]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-contrib_install.patch
- oops, jdbc is separate project, now
[packages/postgresql.git] / postgresql-contrib_install.patch
1 --- postgresql-7.4/contrib/contrib-global.mk.orig       2003-12-17 16:54:15.000000000 +0100
2 +++ postgresql-7.4/contrib/contrib-global.mk    2003-12-17 16:55:54.000000000 +0100
3 @@ -74,8 +74,8 @@
4  install: all installdirs
5  ifneq (,$(DATA)$(DATA_built))
6         @for file in $(addprefix $(srcdir)/, $(DATA)) $(DATA_built); do \
7 -         echo "$(INSTALL_DATA) $$file $(DESTDIR)$(datadir)/contrib"; \
8 -         $(INSTALL_DATA) $$file $(DESTDIR)$(datadir)/contrib; \
9 +         echo "$(INSTALL_DATA) $$file $(DESTDIR)$(datadir)"; \
10 +         $(INSTALL_DATA) $$file $(DESTDIR)$(datadir); \
11         done
12  endif # DATA
13  ifdef MODULES
14 @@ -84,12 +84,6 @@
15           $(INSTALL_SHLIB) $$file $(DESTDIR)$(pkglibdir); \
16         done
17  endif # MODULES
18 -ifdef DOCS
19 -       @for file in $(addprefix $(srcdir)/, $(DOCS)); do \
20 -         echo "$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/contrib"; \
21 -         $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/contrib; \
22 -       done
23 -endif # DOCS
24  ifdef PROGRAM
25         $(INSTALL_PROGRAM) $(PROGRAM)$(X) $(DESTDIR)$(bindir)
26  endif # PROGRAM
This page took 0.799055 seconds and 3 git commands to generate.