Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (6019e4a96b172e51a9b9e11f1baa4f5b8ce4f534)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (6019e4a96b172e51a9b9e11f1baa4f5b8ce4f534)
  • Date: Thu, 17 Apr 2008 02:26:30 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

python-pypi/hellanzb/HISTORY | 3 +++
python-pypi/hellanzb/PRE_BUILD | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 6019e4a96b172e51a9b9e11f1baa4f5b8ce4f534
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/hellanzb: cd to $SOURCE_DIRECTORY or else patching might fail

diff --git a/python-pypi/hellanzb/HISTORY b/python-pypi/hellanzb/HISTORY
index 99dbe28..031ff51 100644
--- a/python-pypi/hellanzb/HISTORY
+++ b/python-pypi/hellanzb/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Elisamuel Resto <ryuji AT sourcemage.org>
+ * PRE_BUILD: cd to $SOURCE_DIRECTORY or else patching might fail
+
2007-10-25 Elisamuel Resto <ryuji AT mages.ath.cx>
* INSTALL: created, install the sample config file

diff --git a/python-pypi/hellanzb/PRE_BUILD b/python-pypi/hellanzb/PRE_BUILD
index a4473ff..938d489 100755
--- a/python-pypi/hellanzb/PRE_BUILD
+++ b/python-pypi/hellanzb/PRE_BUILD
@@ -1,2 +1,3 @@
default_pre_build &&
-patch -p1 < $SPELL_DIRECTORY/$SPELL-$VERSION-datafiles.patch
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SPELL_DIRECTORY}/${SPELL}-${VERSION}-datafiles.patch



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (6019e4a96b172e51a9b9e11f1baa4f5b8ce4f534), Elisamuel Resto, 04/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page