mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user