From 9488889fc0d3b775ce23352d238ba0f340680cf9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 24 May 2011 18:26:16 +0200 Subject: [PATCH] projects/*/options: install hfstools per default on all builds Signed-off-by: Stephan Raue --- projects/Fusion/options | 2 +- projects/Generic/options | 2 +- projects/ION/options | 2 +- projects/Intel/options | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/Fusion/options b/projects/Fusion/options index 4a1cbca68c..ea9a0947e0 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -159,7 +159,7 @@ NTFS3G="yes" # build and install hfs filesystem utilities (yes / no) - HFSTOOLS="no" + HFSTOOLS="yes" # build and install Apple device mount support (via ifuse) (yes / no) APPLEMOUNT="yes" diff --git a/projects/Generic/options b/projects/Generic/options index 698828cd81..84a0466b51 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -159,7 +159,7 @@ NTFS3G="yes" # build and install hfs filesystem utilities (yes / no) - HFSTOOLS="no" + HFSTOOLS="yes" # build and install Apple device mount support (via ifuse) (yes / no) APPLEMOUNT="yes" diff --git a/projects/ION/options b/projects/ION/options index b02530737c..167c423ec0 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -159,7 +159,7 @@ NTFS3G="yes" # build and install hfs filesystem utilities (yes / no) - HFSTOOLS="no" + HFSTOOLS="yes" # build and install Apple device mount support (via ifuse) (yes / no) APPLEMOUNT="yes" diff --git a/projects/Intel/options b/projects/Intel/options index b71cc765e3..936e79432e 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -159,7 +159,7 @@ NTFS3G="yes" # build and install hfs filesystem utilities (yes / no) - HFSTOOLS="no" + HFSTOOLS="yes" # build and install Apple device mount support (via ifuse) (yes / no) APPLEMOUNT="yes"