e2fsprogs-initramfs: install bins to /bin

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-05 01:25:46 +01:00
parent 2b295192c8
commit 1abbda5d8c

View File

@ -27,12 +27,12 @@ E2FSPROGS_DIR="$BUILD/e2fsprogs-*"
mkdir -p $INSTALL/etc
cp $E2FSPROGS_DIR/misc/mke2fs.conf $INSTALL/etc
mkdir -p $INSTALL/sbin
cp $E2FSPROGS_DIR/e2fsck/e2fsck $INSTALL/sbin
ln -sf e2fsck $INSTALL/sbin/fsck.ext2
ln -sf e2fsck $INSTALL/sbin/fsck.ext3
ln -sf e2fsck $INSTALL/sbin/fsck.ext4
ln -sf e2fsck $INSTALL/sbin/fsck.ext4dev
mkdir -p $INSTALL/bin
cp $E2FSPROGS_DIR/e2fsck/e2fsck $INSTALL/bin
ln -sf e2fsck $INSTALL/bin/fsck.ext2
ln -sf e2fsck $INSTALL/bin/fsck.ext3
ln -sf e2fsck $INSTALL/bin/fsck.ext4
ln -sf e2fsck $INSTALL/bin/fsck.ext4dev
mkdir -p $INSTALL/lib
cp -P $E2FSPROGS_DIR/lib/e2p/libe2p.so.* $INSTALL/lib