summaryrefslogtreecommitdiff
path: root/databases/grass/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/grass/files/patch-Makefile.in')
-rw-r--r--databases/grass/files/patch-Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/grass/files/patch-Makefile.in b/databases/grass/files/patch-Makefile.in
index a1cb8714f6e3..93630def4d43 100644
--- a/databases/grass/files/patch-Makefile.in
+++ b/databases/grass/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig Tue Feb 12 11:38:08 2002
-+++ Makefile.in Tue Feb 12 12:11:45 2002
-@@ -170,8 +170,6 @@
+--- Makefile.in.orig Mon May 13 09:41:58 2002
++++ Makefile.in Sat May 18 21:23:45 2002
+@@ -172,8 +172,6 @@
test -d ${BINDIR} || ${MAKE_DIR_CMD} ${BINDIR}
${SHELL} -c "sed -e \"s#^GISBASE.*#GISBASE=${INST_DIR}#\" ${GRASS_BIN}/grass${NAME_VER} > ${BINDIR}/grass${NAME_VER} ; true"
${SHELL} -c "chmod a+x ${BINDIR}/grass${NAME_VER} ; true"
@@ -9,12 +9,12 @@
${SHELL} -c "cd ${GISBASE} ; tar cBf - bin | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null ; true"
${SHELL} -c "cd ${GISBASE} ; tar cBf - bwidget | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null ; true"
${SHELL} -c "cd ${GISBASE} ; tar cBf - documents | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null ; true"
-@@ -196,6 +194,8 @@
+@@ -199,6 +197,8 @@
fi
${SHELL} -c "sed 's#'${GISBASE}'#'${INST_DIR}'#g' ${GISBASE}/etc/monitorcap > ${INST_DIR}/etc/monitorcap ; true"
${SHELL} -c "chmod -R 1777 ${INST_DIR}/locks 2>/dev/null ; true"
+ ${SHELL} -c "sed 's#'${GISBASE}'#'${INST_DIR}'#g' ${GISBASE}/etc/paint/driver.rsh > ${INST_DIR}/etc/paint/driver.rsh ; true"
+ ${SHELL} -c "chmod 755 ${INST_DIR}/etc/paint/driver.rsh ; true"
+ ${SHELL} -c "chmod -R a+rX ${INST_DIR} 2>/dev/null ; true"
uninstall: FORCE
- @ # NOTE: if anything is changed for uninstall then the same change