mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
util-linux: build and install util-linux's fsck applet
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
dc8256cb78
commit
c7e0dbf6ac
@ -78,6 +78,7 @@ gt_cv_func_gnugettext1_libintl=no \
|
|||||||
|
|
||||||
make -C mount mount
|
make -C mount mount
|
||||||
make -C mount umount
|
make -C mount umount
|
||||||
|
make -C fsck fsck
|
||||||
make -C mount swapon
|
make -C mount swapon
|
||||||
make -C misc-utils blkid
|
make -C misc-utils blkid
|
||||||
make -C sys-utils fstrim
|
make -C sys-utils fstrim
|
||||||
|
@ -31,6 +31,7 @@ mkdir -p $INSTALL/sbin
|
|||||||
cp $PKG_BUILD/sys-utils/fstrim $INSTALL/sbin
|
cp $PKG_BUILD/sys-utils/fstrim $INSTALL/sbin
|
||||||
cp $PKG_BUILD/mount/.libs/swapon $INSTALL/sbin
|
cp $PKG_BUILD/mount/.libs/swapon $INSTALL/sbin
|
||||||
ln -sf swapon $INSTALL/sbin/swapoff
|
ln -sf swapon $INSTALL/sbin/swapoff
|
||||||
|
cp $PKG_BUILD/fsck/.libs/fsck $INSTALL/sbin
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -PR $PKG_BUILD/shlibs/blkid/src/.libs/libblkid.so* $INSTALL/usr/lib
|
cp -PR $PKG_BUILD/shlibs/blkid/src/.libs/libblkid.so* $INSTALL/usr/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user