diskdev_cmds: install bins to /bin, dont install filesystem create tools

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-05 01:25:29 +01:00
parent 6de7e6b365
commit 2b295192c8

View File

@ -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