Ticket #311: postgis-contrib-directory-hack.patch
| File postgis-contrib-directory-hack.patch, 0.6 KB (added by mcayland, 2 years ago) |
|---|
-
postgis/Makefile.in
78 78 PGXS := @PGXS@ 79 79 include $(PGXS) 80 80 81 # We actually want data files to be stored under DATADIR/contrib/postgis-X.Y 82 # so as a hack we override datadir as set by PGXS 83 datadir:=$(DESTDIR)$(datadir)/contrib/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@ 84 81 85 # If REGRESS=1 passed as a parameter, change the default install paths 82 86 # so that no prefix is included. This allows us to relocate to a temporary 83 87 # directory for regression testing.
