]> git.pld-linux.org Git - packages/gdal-grass.git/commitdiff
- DESTDIR fix, ln instead of cp
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Oct 2005 21:23:09 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal-grass-DESTDIR.patch -> 1.1

gdal-grass-DESTDIR.patch [new file with mode: 0644]

diff --git a/gdal-grass-DESTDIR.patch b/gdal-grass-DESTDIR.patch
new file mode 100644 (file)
index 0000000..f9f9311
--- /dev/null
@@ -0,0 +1,23 @@
+--- gdal-grass-1.3.1/Makefile.in.orig  2005-10-19 17:52:19.000000000 +0200
++++ gdal-grass-1.3.1/Makefile.in       2005-10-20 22:56:07.293186736 +0200
+@@ -23,13 +23,13 @@
+ default:      $(GLIBNAME) $(OLIBNAME)
+ install:      default
+-      install -d $(AUTOLOAD_DIR)
+-      cp $(GLIBNAME) $(AUTOLOAD_DIR)
+-      cp $(OLIBNAME) $(AUTOLOAD_DIR)
+-      test -d ${GRASSTABLES_DIR} || mkdir ${GRASSTABLES_DIR}
+-      test -d ${GRASSTABLES_DIR}/etc || mkdir ${GRASSTABLES_DIR}/etc
+-      cp @GRASS_GISBASE@/etc/ellipse.table ${GRASSTABLES_DIR}/etc
+-      cp @GRASS_GISBASE@/etc/datum.table ${GRASSTABLES_DIR}/etc       
++      install -d $(DESTDIR)$(AUTOLOAD_DIR)
++      cp $(GLIBNAME) $(DESTDIR)$(AUTOLOAD_DIR)
++      cp $(OLIBNAME) $(DESTDIR)$(AUTOLOAD_DIR)
++      install -d $(DESTDIR)${GRASSTABLES_DIR}
++      install -d $(DESTDIR)${GRASSTABLES_DIR}/etc
++      ln -s @GRASS_GISBASE@/etc/ellipse.table $(DESTDIR)${GRASSTABLES_DIR}/etc
++      ln -s @GRASS_GISBASE@/etc/datum.table $(DESTDIR)${GRASSTABLES_DIR}/etc  
+ clean:
+       rm -f $(OLIBNAME) $(GLIBNAME) *.o 
This page took 0.115941 seconds and 4 git commands to generate.