[GRASS-SVN] r49933 - grass-addons/grass6/vector/v.transects
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 27 04:42:54 EST 2011
Author: martinl
Date: 2011-12-27 01:42:54 -0800 (Tue, 27 Dec 2011)
New Revision: 49933
Modified:
grass-addons/grass6/vector/v.transects/Makefile
Log:
v.transects: fix module name for G6
Modified: grass-addons/grass6/vector/v.transects/Makefile
===================================================================
--- grass-addons/grass6/vector/v.transects/Makefile 2011-12-27 09:42:14 UTC (rev 49932)
+++ grass-addons/grass6/vector/v.transects/Makefile 2011-12-27 09:42:54 UTC (rev 49933)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../..
-PGM = v.transects
+PGM = v.transects.py
include $(MODULE_TOPDIR)/include/Make/Script.make
More information about the grass-commit
mailing list