Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (0ea2d9999f53db4ab6253066073e8b677fb8ac3e)
  • Date: Fri, 21 Nov 2008 09:33:52 -0600

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

windowmanagers/sawfish/BUILD | 2 +-
windowmanagers/sawfish/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0ea2d9999f53db4ab6253066073e8b677fb8ac3e
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

sawfish: Added spaces to conditional

diff --git a/windowmanagers/sawfish/BUILD b/windowmanagers/sawfish/BUILD
index c0208fd..105d2bb 100755
--- a/windowmanagers/sawfish/BUILD
+++ b/windowmanagers/sawfish/BUILD
@@ -1,5 +1,5 @@
export CPPFLAGS="-I/usr/include/freetype2" &&
-if [ "${SAWFISH_CVS}"=="y" ] ; then
+if [ "${SAWFISH_CVS}" == "y" ] ; then
./autogen.sh
fi
default_build
diff --git a/windowmanagers/sawfish/HISTORY b/windowmanagers/sawfish/HISTORY
index 71f3dc2..9b4f931 100644
--- a/windowmanagers/sawfish/HISTORY
+++ b/windowmanagers/sawfish/HISTORY
@@ -1,3 +1,6 @@
+2008-11-22 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD: Error in conditional with no spaces
+
2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 1.3.4 (not a mistake)




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (0ea2d9999f53db4ab6253066073e8b677fb8ac3e), George Sherwood, 11/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page