[GRASS-SVN] r49451 - grass/branches/develbranch_6/scripts/g.extension

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 1 00:21:12 EST 2011


Author: hamish
Date: 2011-11-30 21:21:12 -0800 (Wed, 30 Nov 2011)
New Revision: 49451

Modified:
   grass/branches/develbranch_6/scripts/g.extension/g.extension
Log:
don't forget to set the install dir variable when the addons dir has to be created (#1501)

Modified: grass/branches/develbranch_6/scripts/g.extension/g.extension
===================================================================
--- grass/branches/develbranch_6/scripts/g.extension/g.extension	2011-12-01 01:17:09 UTC (rev 49450)
+++ grass/branches/develbranch_6/scripts/g.extension/g.extension	2011-12-01 05:21:12 UTC (rev 49451)
@@ -240,6 +240,7 @@
 	g.message -e "Unable to create '$PREFIX' directory"
 	exit 1
     fi
+    MYINST_DIR="$PREFIX"
 fi
 
 if [ ! -w "$PREFIX" -a $SYSADMIN -ne 1 ] ; then



More information about the grass-commit mailing list