e2fsprogs-initramfs: 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:40 +02:00
parent 8ceca5a049
commit 3bea32755d

View File

@ -33,7 +33,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 $E2FSPROGS_DIR/misc/fsck $INSTALL/sbin
mkdir -p $INSTALL/lib
cp -P $E2FSPROGS_DIR/lib/e2p/libe2p.so.* $INSTALL/lib