]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-ecpg-includedir.patch
- updated to 16.2
[packages/postgresql.git] / postgresql-ecpg-includedir.patch
1 --- postgresql-9.3.0/src/interfaces/ecpg/include/Makefile~      2013-09-02 22:53:17.000000000 +0200
2 +++ postgresql-9.3.0/src/interfaces/ecpg/include/Makefile       2013-09-10 08:27:36.147290881 +0200
3 @@ -19,12 +19,12 @@
4  informix_headers = datetime.h decimal.h sqltypes.h
5  
6  install-headers: $(ecpg_headers) $(informix_headers) installdirs
7 -       $(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/'
8 -       $(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(informix_esql_dir)/'
9 +       $(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/ecpg/'
10 +       $(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(includedir)/ecpg/'
11         $(INSTALL_DATA) $(ecpg_config_h) '$(DESTDIR)$(includedir)'
12  
13  installdirs:
14 -       $(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(informix_esql_dir)'
15 +       $(MKDIR_P) '$(DESTDIR)$(includedir)/ecpg'
16  
17  uninstall:
18         rm -f $(addprefix '$(DESTDIR)$(includedir)'/, $(ecpg_headers))