Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d70e16cda5b272573220c2df4e52655447eee04e)
  • Date: Fri, 19 Mar 2010 20:07:41 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d70e16cda5b272573220c2df4e52655447eee04e), Eric Sandall, 03/19/2010

Archive powered by MHonArc 2.6.24.

Top of Page