Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c9deb1ea4d0f99d6d687202752ec3717b052d71b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c9deb1ea4d0f99d6d687202752ec3717b052d71b)
  • Date: Fri, 16 Nov 2012 14:32:05 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit c9deb1ea4d0f99d6d687202752ec3717b052d71b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

schroot: Fix OPTS

The space should be before, instead of after the string being appended.

diff --git a/utils/schroot/BUILD b/utils/schroot/BUILD
index 61d03a7..10f70e0 100755
--- a/utils/schroot/BUILD
+++ b/utils/schroot/BUILD
@@ -1,2 +1,2 @@
-OPTS+='--enable-shared ' &&
+OPTS+=' --enable-shared' &&
default_build
diff --git a/utils/schroot/HISTORY b/utils/schroot/HISTORY
index c505ebc..264fce6 100644
--- a/utils/schroot/HISTORY
+++ b/utils/schroot/HISTORY
@@ -1,3 +1,6 @@
+2012-11-16 Ismael Luceno <ismael.luceno AT gmail.com>
+ * BUILD: Fixed OPTS
+
2012-08-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.3
* DEPENDS: linux-pam is optional, add e2fsprogs, doxygen



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c9deb1ea4d0f99d6d687202752ec3717b052d71b), Ismael Luceno, 11/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page