diskdev_cmds: dont build 'diskdev_cmds:init' target

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-08-05 15:44:25 +02:00
parent 476c588d19
commit fe6501a77f

View File

@ -24,7 +24,6 @@ PKG_LICENSE="APSL"
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_DEPENDS_TARGET="toolchain libressl"
PKG_DEPENDS_INIT="toolchain libressl diskdev_cmds"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="diskdev_cmds: hfs filesystem utilities"
@ -49,10 +48,3 @@ makeinstall_target() {
make_init() {
: # 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
}