mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
diskdev_cmds: dont build 'diskdev_cmds:init' target
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
476c588d19
commit
fe6501a77f
@ -24,7 +24,6 @@ PKG_LICENSE="APSL"
|
|||||||
PKG_SITE="http://src.gnu-darwin.org/DarwinSourceArchive/expanded/diskdev_cmds/"
|
PKG_SITE="http://src.gnu-darwin.org/DarwinSourceArchive/expanded/diskdev_cmds/"
|
||||||
PKG_URL="http://www.opensource.apple.com/tarballs/diskdev_cmds/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://www.opensource.apple.com/tarballs/diskdev_cmds/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain libressl"
|
PKG_DEPENDS_TARGET="toolchain libressl"
|
||||||
PKG_DEPENDS_INIT="toolchain libressl diskdev_cmds"
|
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="system"
|
PKG_SECTION="system"
|
||||||
PKG_SHORTDESC="diskdev_cmds: hfs filesystem utilities"
|
PKG_SHORTDESC="diskdev_cmds: hfs filesystem utilities"
|
||||||
@ -49,10 +48,3 @@ makeinstall_target() {
|
|||||||
make_init() {
|
make_init() {
|
||||||
: # we reuse make_target()
|
: # we reuse make_target()
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_init() {
|
|
||||||
mkdir -p $INSTALL/sbin
|
|
||||||
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