util-linux: dont build and install util-linux's mount and umount applet

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-12 06:10:21 +02:00
parent 4eaba0404a
commit 63b43281ff
2 changed files with 1 additions and 7 deletions

View File

@ -32,7 +32,7 @@ gt_cv_func_gnugettext1_libintl=no \
--disable-static \
--disable-gtk-doc \
--enable-tls \
--enable-mount \
--disable-mount \
--disable-fsck \
--enable-libuuid \
--enable-uuidd \
@ -76,8 +76,6 @@ gt_cv_func_gnugettext1_libintl=no \
--without-selinux \
--without-audit
make -C mount mount
make -C mount umount
make -C fsck fsck
make -C mount swapon
make -C misc-utils blkid

View File

@ -22,10 +22,6 @@
. config/options $1
mkdir -p $INSTALL/bin
cp $PKG_BUILD/mount/.libs/mount $INSTALL/bin
cp $PKG_BUILD/mount/.libs/umount $INSTALL/bin
mkdir -p $INSTALL/sbin
cp $PKG_BUILD/misc-utils/.libs/blkid $INSTALL/sbin
cp $PKG_BUILD/sys-utils/fstrim $INSTALL/sbin