]> granicus.if.org Git - postgis/commitdiff
Backed default sql file location out of contrib insto share
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 3 Feb 2004 22:19:34 +0000 (22:19 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 3 Feb 2004 22:19:34 +0000 (22:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@438 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index dc8834b7899d27ec3e155b94e8e43ca3b01a9f90..85f5e3774f23ec968efc7a2e2ccf4abafc2606e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -160,10 +160,10 @@ postgis_undef.sql: postgis.sql create_undef.pl
        perl create_undef.pl $< $(USE_VERSION) > $@ 
 
 install: all installdirs install-postgis-lib
-       $(INSTALL_DATA) postgis.sql $(DESTDIR)$(datadir)/contrib
-       $(INSTALL_DATA) postgis_undef.sql $(DESTDIR)$(datadir)/contrib
-       $(INSTALL_DATA) spatial_ref_sys.sql $(DESTDIR)$(datadir)/contrib
-       $(INSTALL_DATA) README.postgis $(DESTDIR)$(datadir)/contrib
+       $(INSTALL_DATA) postgis.sql $(DESTDIR)$(datadir)
+       $(INSTALL_DATA) postgis_undef.sql $(DESTDIR)$(datadir)
+       $(INSTALL_DATA) spatial_ref_sys.sql $(DESTDIR)$(datadir)
+       $(INSTALL_DATA) README.postgis $(DESTDIR)$(datadir)
        $(MAKE) DESTDIR=$(DESTDIR) -C loader install
 
 #- This has been copied from postgresql and adapted