Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e4b971c06cdb3d507dbac5d9381ca8d4f4790fc7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e4b971c06cdb3d507dbac5d9381ca8d4f4790fc7)
  • Date: Fri, 12 Oct 2007 17:51:06 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

disk/fuse/HISTORY | 3 +++
disk/fuse/PRE_BUILD | 5 ++---
2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit e4b971c06cdb3d507dbac5d9381ca8d4f4790fc7
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

disk/fuse:

PRE_BUILD: patch only non-cvs version

diff --git a/disk/fuse/HISTORY b/disk/fuse/HISTORY
index b448b71..ad06aec 100644
--- a/disk/fuse/HISTORY
+++ b/disk/fuse/HISTORY
@@ -1,3 +1,6 @@
+2007-10-13 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD: patch only non-cvs version
+
2007-10-12 Treeve Jelbert <treeve AT sourcemage.org>
* fuse-2.7.0-kernel-2.6.23.patch: added
* PRE_BUILD: apply upstream patch
diff --git a/disk/fuse/PRE_BUILD b/disk/fuse/PRE_BUILD
index ce93dca..eabf9fc 100755
--- a/disk/fuse/PRE_BUILD
+++ b/disk/fuse/PRE_BUILD
@@ -2,9 +2,8 @@ default_pre_build &&

cd "$SOURCE_DIRECTORY" &&

-patch -p1 < $SPELL_DIRECTORY/fuse-2.7.0-kernel-2.6.23.patch &&
if [ "$CVS" = "y" ]; then
-
./makeconf.sh
-
+else
+ patch -p1 < $SPELL_DIRECTORY/fuse-2.7.0-kernel-2.6.23.patch
fi



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e4b971c06cdb3d507dbac5d9381ca8d4f4790fc7), Pol Vinogradov, 10/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page