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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 21 06:27:03 EDT 2010


Author: neteler
Date: 2010-10-21 03:27:03 -0700 (Thu, 21 Oct 2010)
New Revision: 43986

Modified:
   grass/branches/develbranch_6/scripts/g.extension/g.extension
Log:
msg cosmetics

Modified: grass/branches/develbranch_6/scripts/g.extension/g.extension
===================================================================
--- grass/branches/develbranch_6/scripts/g.extension/g.extension	2010-10-21 10:21:23 UTC (rev 43985)
+++ grass/branches/develbranch_6/scripts/g.extension/g.extension	2010-10-21 10:27:03 UTC (rev 43986)
@@ -301,10 +301,10 @@
 
    if [ $SYSADMIN -eq 1 ] ; then
       if test -f "${MYINST_DIR}/$PROGTYPE/${MODULE}" ; then
-         g.message "You need to enter the root password next:"
+         g.message "You need to enter the root password to remove the previous version of ${MODULE}:"
          su -c "rm -f \"${MYINST_DIR}/$PROGTYPE/${MODULE}\""
       fi
-      g.message "You need to enter the root password next:"
+      g.message "You need to enter the root password next to install ${MODULE}:"
       su -c "make MODULE_TOPDIR="$GISBASE" INST_DIR="$MYINST_DIR" install"
    else
       if test -f "${MYINST_DIR}/$PROGTYPE/${MODULE}" ; then



More information about the grass-commit mailing list