mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
diskdev_cmds-initramfs: install bins to /bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3f81554ec0
commit
6de7e6b365
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
DISKDEV_CMDS_DIR="$BUILD/diskdev_cmds-*"
|
DISKDEV_CMDS_DIR="$BUILD/diskdev_cmds-*"
|
||||||
|
|
||||||
mkdir -p $INSTALL/sbin
|
mkdir -p $INSTALL/bin
|
||||||
cp $DISKDEV_CMDS_DIR/fsck_hfs.tproj/fsck_hfs $INSTALL/sbin
|
cp $DISKDEV_CMDS_DIR/fsck_hfs.tproj/fsck_hfs $INSTALL/bin
|
||||||
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfs
|
ln -sf fsck_hfs $INSTALL/bin/fsck.hfs
|
||||||
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfsplus
|
ln -sf fsck_hfs $INSTALL/bin/fsck.hfsplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user