Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (67046a87337ec6ba2cb55917777ce43d696c9295)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (67046a87337ec6ba2cb55917777ce43d696c9295)
  • Date: Thu, 13 Aug 2009 08:36:26 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

utils/plan9port/CONFLICTS | 1 -
utils/plan9port/HISTORY | 1 +
utils/plan9port/INSTALL | 1 +
3 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit d9712105f1189d0ae2400c07368997e582829e3b
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/plan9port: removed conflict with 9rc, ensure /opt is present

diff --git a/utils/plan9port/CONFLICTS b/utils/plan9port/CONFLICTS
index e37f6f2..79fd177 100755
--- a/utils/plan9port/CONFLICTS
+++ b/utils/plan9port/CONFLICTS
@@ -1,2 +1 @@
-conflicts 9rc y &&
conflicts 9base y
diff --git a/utils/plan9port/HISTORY b/utils/plan9port/HISTORY
index 41daf95..c5eaf1a 100644
--- a/utils/plan9port/HISTORY
+++ b/utils/plan9port/HISTORY
@@ -3,6 +3,7 @@
* BUILD, INSTALL: separated build from install step to gain potential
benefits from building optimizations
* PROVIDES: added, provider of PLAN9TOOLS
+ * CONFLICTS: removed conflict with 9rc

2009-06-21 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* CONFIGURE: forgot to add it at last commit
diff --git a/utils/plan9port/INSTALL b/utils/plan9port/INSTALL
index 658d841..1035492 100755
--- a/utils/plan9port/INSTALL
+++ b/utils/plan9port/INSTALL
@@ -1,3 +1,4 @@
+mkdir -p /opt &>/dev/null &&
cp -r ${SOURCE_DIRECTORY} ${INSTALL_ROOT}/opt/ &&
cd ${INSTALL_ROOT}/opt/plan9/ &&
./INSTALL -c



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (67046a87337ec6ba2cb55917777ce43d696c9295), Quentin Rameau, 08/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page