summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-04-29 16:38:55 +0200
committerLadislav Hagara2010-04-29 16:38:55 +0200
commit872ba66176c3e829c9b9b6913e5349aab4d97a14 (patch)
tree0d40b93731adb0a1d8ec34fb8f19347aca3e7df3
parenta549098743322d7f870e50c389e302549e8995e7 (diff)
plan9port: INSTALL: added ${INSTALL_ROOT}, #15698
-rw-r--r--utils/plan9port/HISTORY3
-rwxr-xr-xutils/plan9port/INSTALL2
2 files changed, 4 insertions, 1 deletions
diff --git a/utils/plan9port/HISTORY b/utils/plan9port/HISTORY
index c5eaf1ae1a..899113dc31 100644
--- a/utils/plan9port/HISTORY
+++ b/utils/plan9port/HISTORY
@@ -1,3 +1,6 @@
+2010-04-29 Ladislav Hagara <hgr@vabo.cz>
+ * INSTALL: added ${INSTALL_ROOT}, #15698
+
2009-08-12 Quentin Rameau <quinq@sourcemage.org>
* DETAILS: updated to version 20090812
* BUILD, INSTALL: separated build from install step to gain potential
diff --git a/utils/plan9port/INSTALL b/utils/plan9port/INSTALL
index 1035492c0d..6503f60e00 100755
--- a/utils/plan9port/INSTALL
+++ b/utils/plan9port/INSTALL
@@ -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