]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-python-install.patch
- oops, jdbc is separate project, now
[packages/postgresql.git] / postgresql-python-install.patch
1 --- postgresql-7.1.3/src/interfaces/python/GNUmakefile~ Mon Nov  5 12:57:54 2001
2 +++ postgresql-7.1.3/src/interfaces/python/GNUmakefile  Mon Nov  5 13:00:49 2001
3 @@ -35,6 +35,7 @@
4  install: all
5         @echo "Installing Python module"
6         @if ( $(INSTALL_DATA) pg.py $(DESTDIR)$(python_moduledir) && \
7 +               $(INSTALL_DATA) pgdb.py $(DESTDIR)$(python_moduledir) && \
8             $(MAKE) -f Makefile LIBDIR=\"$(DESTDIR)/$(prefix)/lib\" install ); then : ; else \
9                 echo "*****" ;\
10                 echo "* Skipping the installation of the Python interface module for lack"; \
This page took 0.282482 seconds and 3 git commands to generate.