diskdev_cmds-initramfs: install to /sbin

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-05-20 00:28:59 +02:00
parent 7916defc49
commit ba04e6569c

View File

@ -24,7 +24,7 @@
DISKDEV_CMDS_DIR="$BUILD/diskdev_cmds-*"
mkdir -p $INSTALL/bin
cp $DISKDEV_CMDS_DIR/fsck_hfs.tproj/fsck_hfs $INSTALL/bin
ln -sf fsck_hfs $INSTALL/bin/fsck.hfs
ln -sf fsck_hfs $INSTALL/bin/fsck.hfsplus
mkdir -p $INSTALL/sbin
cp $DISKDEV_CMDS_DIR/fsck_hfs.tproj/fsck_hfs $INSTALL/sbin
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfs
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfsplus