Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (a45bedfd87782415d1a38b846d79f30c84c182aa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (a45bedfd87782415d1a38b846d79f30c84c182aa)
  • Date: Sun, 25 Feb 2007 12:18:44 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

gnome2-apps/abiword/BUILD | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a45bedfd87782415d1a38b846d79f30c84c182aa
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

abiword: Missed && in BUILD

diff --git a/gnome2-apps/abiword/BUILD b/gnome2-apps/abiword/BUILD
index b79fe29..5ce2c6c 100755
--- a/gnome2-apps/abiword/BUILD
+++ b/gnome2-apps/abiword/BUILD
@@ -1,7 +1,7 @@
if [ "$DEVEL" == "n" ]; then
cd abi &&
sedit "s/-pedantic -ansi//g" configure
-fi
+fi &&

if [ "$THREADS" == "y" ]; then
OPTS="$OPTS --enable-threads"



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (a45bedfd87782415d1a38b846d79f30c84c182aa), George Sherwood, 02/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page