[GRASS-dev] fix for build, ERROR: MAPSET PERMANENT - permission denied

Raymond Burns rayburns at comcast.net
Wed Nov 4 14:29:37 EST 2009


Hi

I was looking for something else when I noticed this.

There are embedded tabs present so the attached properly formated
patch is the proper way to apply (do not cut and paste)

diff  include/Make/Html.make.orig include/Make/Html.make
85c85,86
< htmldesc = \
---
> htmldesc:
>       htmldesc = \

This causes make to perform correctly but I do not know if the
output is as intended, I believe it now functions

Thanx
  Ray

-------------- next part --------------
--- include/Make/Html.make.orig	Wed Nov  4 17:38:43 2009
+++ include/Make/Html.make	Tue Nov  3 20:18:13 2009
@@ -82,7 +82,8 @@
 	-mv -f $(PGM).tmp.html $(GISBASE)/docs/html/$(PGM).html
 	-$(INSTALL) *.png *.jpg $(GISBASE)/docs/html 2> /dev/null ; true
 
-htmldesc = \
+htmldesc:
+	htmldesc = \
 	GISRC=$(GISBASE)/demolocation/.grassrc${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR} \
 	GISBASE=$(GISBASE) \
 	PATH=$(GISBASE)/bin:$$PATH \


More information about the grass-dev mailing list