Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15698] missing $INSTALL_ROOT in plan9port spell's INSTALL script

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15698] missing $INSTALL_ROOT in plan9port spell's INSTALL script
  • Date: 29 Apr 2010 10:18:47 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15698





--- Comment #1 from Edouard Klein <linschn AT gmail.com> 2010-04-29 05:18:47 ---
The diff with the correct format :
--- ../sorcery/var/lib/sorcery/codex/test/utils/plan9port/INSTALL
2009-08-13
16:02:32.000000000 +0200
+++ main/plan9port/INSTALL 2010-04-29 12:12:08.000000000 +0200
@@ -1,4 +1,4 @@
-mkdir -p /opt &>/dev/null &&
+mkdir -p $INSTALL_ROOT/opt &>/dev/null &&
cp -r ${SOURCE_DIRECTORY} ${INSTALL_ROOT}/opt/ &&
cd ${INSTALL_ROOT}/opt/plan9/ &&
./INSTALL -c

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page