e2fsprogs: install diskdev_cmds from here if enabled

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-05-24 19:58:25 +02:00
parent 9e59e8422c
commit b666fdfd51
2 changed files with 4 additions and 3 deletions

View File

@ -34,3 +34,7 @@ PKG_LONGDESC="The filesystem utilities for the EXT2 filesystem, including e2fsck
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
PKG_AUTORECONF="yes" PKG_AUTORECONF="yes"
if [ "$HFSTOOLS" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS diskdev_cmds"
fi

View File

@ -112,9 +112,6 @@ mkdir -p $INSTALL
# NTFS 3G support # NTFS 3G support
[ "$NTFS3G" = "yes" ] && $SCRIPTS/install ntfs-3g_ntfsprogs [ "$NTFS3G" = "yes" ] && $SCRIPTS/install ntfs-3g_ntfsprogs
# hfs utils support
[ "$HFSTOOLS" = "yes" ] && $SCRIPTS/install diskdev_cmds
# Apple mount (ifuse) support # Apple mount (ifuse) support
[ "$APPLEMOUNT" = "yes" ] && $SCRIPTS/install ifuse [ "$APPLEMOUNT" = "yes" ] && $SCRIPTS/install ifuse