]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-python-install.patch
- up to 8.1.2
[packages/postgresql.git] / postgresql-python-install.patch
CommitLineData
3b5eabee 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.033077 seconds and 4 git commands to generate.