mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
diskdev_cmds: install bins to /bin, dont install filesystem create tools
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6de7e6b365
commit
2b295192c8
@ -22,11 +22,7 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp $PKG_BUILD/fsck_hfs.tproj/fsck_hfs $INSTALL/sbin
|
||||
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfs
|
||||
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfsplus
|
||||
|
||||
cp $PKG_BUILD/newfs_hfs.tproj/newfs_hfs $INSTALL/sbin
|
||||
ln -sf newfs_hfs $INSTALL/sbin/mkfs.hfs
|
||||
ln -sf newfs_hfs $INSTALL/sbin/mkfs.hfsplus
|
||||
mkdir -p $INSTALL/bin
|
||||
cp $PKG_BUILD/fsck_hfs.tproj/fsck_hfs $INSTALL/bin
|
||||
ln -sf fsck_hfs $INSTALL/bin/fsck.hfs
|
||||
ln -sf fsck_hfs $INSTALL/bin/fsck.hfsplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user