blob: e3991043378bda51aafc6fc2e60d820895275061 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- Makefile.in.orig 2007-08-06 05:54:24.000000000 +0800
+++ Makefile.in 2014-07-04 10:44:22.506228799 +0800
@@ -13,9 +13,9 @@
LIBS = @LIBS@
-GRASSTABLES_DIR = @prefix@/share/gdal/grass
+GRASSTABLES_DIR = $(DESTDIR)@prefix@/share/gdal/grass
-AUTOLOAD_DIR = @AUTOLOAD_DIR@
+AUTOLOAD_DIR = $(DESTDIR)@AUTOLOAD_DIR@
GLIBNAME = gdal_GRASS.so
OLIBNAME = ogr_GRASS.so
|