mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
e2fsprogs: install diskdev_cmds from here if enabled
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9e59e8422c
commit
b666fdfd51
@ -34,3 +34,7 @@ PKG_LONGDESC="The filesystem utilities for the EXT2 filesystem, including e2fsck
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
if [ "$HFSTOOLS" = "yes" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS diskdev_cmds"
|
||||
fi
|
||||
|
@ -112,9 +112,6 @@ mkdir -p $INSTALL
|
||||
# NTFS 3G support
|
||||
[ "$NTFS3G" = "yes" ] && $SCRIPTS/install ntfs-3g_ntfsprogs
|
||||
|
||||
# hfs utils support
|
||||
[ "$HFSTOOLS" = "yes" ] && $SCRIPTS/install diskdev_cmds
|
||||
|
||||
# Apple mount (ifuse) support
|
||||
[ "$APPLEMOUNT" = "yes" ] && $SCRIPTS/install ifuse
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user