summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-03-19 18:05:57 -0700
committerArwed von Merkatz2010-04-07 18:19:38 +0200
commit24316eee59e434b68239aa1abda3893287834da1 (patch)
treea0f9af025ca66e99fbc1c3fb625c15433b28bd0b
parenta66bdbed8690496f63a68930c9bf4d021334fb74 (diff)
fuse: Install binaries to / (Bug #15622)
**************************************************************************** * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING * * The FUSE user space binaries were NOT installed with root directory * executable prefix. This means that automounting NTFS volumes during boot * could fail. This can be fixed the below way by reinstalling FUSE using * the right 'configure' option during FUSE compilation: * ./configure --exec-prefix=/ * make && sudo make install * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING **************************************************************************** (cherry picked from commit d70e16cda5b272573220c2df4e52655447eee04e)
-rwxr-xr-xdisk/fuse/BUILD2
-rwxr-xr-xdisk/fuse/DETAILS1
-rw-r--r--disk/fuse/HISTORY4
3 files changed, 7 insertions, 0 deletions
diff --git a/disk/fuse/BUILD b/disk/fuse/BUILD
index cadbc1ac00..2277ee7d5b 100755
--- a/disk/fuse/BUILD
+++ b/disk/fuse/BUILD
@@ -2,6 +2,8 @@ if [[ $CVS == y ]]; then
OPTS="$OPTS --disable-mtab"
fi &&
+OPTS="--exec-prefix=$INSTALL_ROOT/ $OPTS" &&
+
default_build_configure &&
# patching generated Makefile to disable installation of init.d script
diff --git a/disk/fuse/DETAILS b/disk/fuse/DETAILS
index 2412ae675f..c63443e384 100755
--- a/disk/fuse/DETAILS
+++ b/disk/fuse/DETAILS
@@ -20,6 +20,7 @@ fi
WEB_SITE=http://fuse.sourceforge.net/
ENTERED=20040209
LICENSE[0]=GPL
+ PATCHLEVEL=1
KEYWORDS="disk"
SHORT="FUSE is an interface for filesystems implemented in userspace"
cat << EOF
diff --git a/disk/fuse/HISTORY b/disk/fuse/HISTORY
index 25d649ad70..1522af9e72 100644
--- a/disk/fuse/HISTORY
+++ b/disk/fuse/HISTORY
@@ -1,3 +1,7 @@
+2010-03-19 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * BUIlD: Install binaries to / (Bug #15622)
+
2010-02-02 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 2.8.3