]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql-ecpg-includedir.patch
- fix old version detection in pre script
[packages/postgresql.git] / postgresql-ecpg-includedir.patch
index 9b5ae15fae612d61b25594312f9bf4b8424d53fc..6fdda298da356394f44549c089cfd338e34aa69a 100644 (file)
@@ -1,13 +1,13 @@
---- postgresql-7.4.1/src/interfaces/ecpg/include/Makefile.orig 2003-12-18 19:55:05.000000000 +0100
-+++ postgresql-7.4.1/src/interfaces/ecpg/include/Makefile      2003-12-23 18:57:34.712017440 +0100
+--- postgresql-9.3.0/src/interfaces/ecpg/include/Makefile~     2013-09-02 22:53:17.000000000 +0200
++++ postgresql-9.3.0/src/interfaces/ecpg/include/Makefile      2013-09-10 08:27:36.147290881 +0200
 @@ -19,12 +19,12 @@
  informix_headers = datetime.h decimal.h sqltypes.h
  
- install-headers: $(ecpg_headers) $(informix_headers)
+ install-headers: $(ecpg_headers) $(informix_headers) installdirs
 -      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/'
 -      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(informix_esql_dir)/'
-+      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/ecpg'
-+      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(includedir)/ecpg'
++      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/ecpg/'
++      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(includedir)/ecpg/'
        $(INSTALL_DATA) $(ecpg_config_h) '$(DESTDIR)$(includedir)'
  
  installdirs:
@@ -16,4 +16,3 @@
  
  uninstall:
        rm -f $(addprefix '$(DESTDIR)$(includedir)'/, $(ecpg_headers))
-
This page took 0.097729 seconds and 4 git commands to generate.