Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (28bfe0094f575a91f6312959d2432830ef082677)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (28bfe0094f575a91f6312959d2432830ef082677)
  • Date: Wed, 11 Aug 2010 21:44:21 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

utils/ntp/PRE_BUILD | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28bfe0094f575a91f6312959d2432830ef082677
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

last line contained '&&' causing casting of ntp spellto fail with an
'unexpected EOF' error. After extra '&&' was removed the spell cast and
installed
without a problem.

diff --git a/utils/ntp/PRE_BUILD b/utils/ntp/PRE_BUILD
index 7918e5b..528884b 100755
--- a/utils/ntp/PRE_BUILD
+++ b/utils/ntp/PRE_BUILD
@@ -1,5 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-patch -p1 -i "$SCRIPT_DIRECTORY/glibc-2.10.patch" &&
+patch -p1 -i "$SCRIPT_DIRECTORY/glibc-2.10.patch"




  • [SM-Commit] GIT changes to master grimoire by David Haley (28bfe0094f575a91f6312959d2432830ef082677), David Haley, 08/11/2010

Archive powered by MHonArc 2.6.24.

Top of Page