e2fsprogs: dont install e2fsprogs's fsck applet

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-05 14:04:25 +02:00
parent 71e0406a6f
commit 8ceca5a049

View File

@ -31,7 +31,6 @@ mkdir -p $INSTALL/sbin
ln -sf e2fsck $INSTALL/sbin/fsck.ext3
ln -sf e2fsck $INSTALL/sbin/fsck.ext4
ln -sf e2fsck $INSTALL/sbin/fsck.ext4dev
cp $PKG_BUILD/misc/fsck $INSTALL/sbin
cp $PKG_BUILD/misc/mke2fs $INSTALL/sbin
ln -sf mke2fs $INSTALL/sbin/mkfs.ext2
ln -sf mke2fs $INSTALL/sbin/mkfs.ext3