mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
e2fsprogs-initramfs: install bins to /bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2b295192c8
commit
1abbda5d8c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user