util-linux: build and install util-linux's fsck applet

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-05 14:03:08 +02:00
parent dc8256cb78
commit c7e0dbf6ac
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ gt_cv_func_gnugettext1_libintl=no \
make -C mount mount
make -C mount umount
make -C fsck fsck
make -C mount swapon
make -C misc-utils blkid
make -C sys-utils fstrim

View File

@ -31,6 +31,7 @@ mkdir -p $INSTALL/sbin
cp $PKG_BUILD/sys-utils/fstrim $INSTALL/sbin
cp $PKG_BUILD/mount/.libs/swapon $INSTALL/sbin
ln -sf swapon $INSTALL/sbin/swapoff
cp $PKG_BUILD/fsck/.libs/fsck $INSTALL/sbin
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/shlibs/blkid/src/.libs/libblkid.so* $INSTALL/usr/lib