mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
diskdev_cmds: install binaries and symlinks to /sbin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a72c1e59a9
commit
07d0109d00
@ -40,10 +40,10 @@ pre_make_target() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
mkdir -p $INSTALL/bin
|
mkdir -p $INSTALL/sbin
|
||||||
cp fsck_hfs.tproj/fsck_hfs $INSTALL/bin
|
cp fsck_hfs.tproj/fsck_hfs $INSTALL/sbin
|
||||||
ln -sf fsck_hfs $INSTALL/bin/fsck.hfs
|
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfs
|
||||||
ln -sf fsck_hfs $INSTALL/bin/fsck.hfsplus
|
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfsplus
|
||||||
}
|
}
|
||||||
|
|
||||||
make_init() {
|
make_init() {
|
||||||
@ -51,6 +51,8 @@ make_init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_init() {
|
makeinstall_init() {
|
||||||
mkdir -p $INSTALL/bin
|
mkdir -p $INSTALL/sbin
|
||||||
cp fsck_hfs.tproj/fsck_hfs $INSTALL/bin
|
cp fsck_hfs.tproj/fsck_hfs $INSTALL/sbin
|
||||||
|
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfs
|
||||||
|
ln -sf fsck_hfs $INSTALL/sbin/fsck.hfsplus
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user