mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
e2fsprogs-initramfs: install bins to /bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user