[SM-Commit] GIT changes to master grimoire by Eric Sandall (d70e16cda5b272573220c2df4e52655447eee04e)

Eric Sandall scm at sourcemage.org
Fri Mar 19 21:07:41 EDT 2010


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 disk/fuse/BUILD   |    2 ++
 disk/fuse/DETAILS |    1 +
 disk/fuse/HISTORY |    4 ++++
 3 files changed, 7 insertions(+)

New commits:
commit d70e16cda5b272573220c2df4e52655447eee04e
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    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
    ****************************************************************************

diff --git a/disk/fuse/BUILD b/disk/fuse/BUILD
index cadbc1a..2277ee7 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 2412ae6..c63443e 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 25d649a..1522af9 100644
--- a/disk/fuse/HISTORY
+++ b/disk/fuse/HISTORY
@@ -1,3 +1,7 @@
+2010-03-19 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: PATCHLEVEL++
+	* BUIlD: Install binaries to / (Bug #15622)
+
 2010-02-02 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 2.8.3
 



More information about the SM-Commit mailing list