projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b9544
)
Add missing slash to python install path.
author
Bruce Momjian
Mon, 30 Dec 2002 05:06:50 +0000
(
05:06
+0000)
committer
Bruce Momjian
Mon, 30 Dec 2002 05:06:50 +0000
(
05:06
+0000)
src/interfaces/python/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/python/setup.py
b/src/interfaces/python/setup.py
index 9405dbbab833f74364d10661426b8a19943fd5a0..9d323c700ccf04bb370bc4c7cef718556c5a9062 100755
(executable)
--- a/
src/interfaces/python/setup.py
+++ b/
src/interfaces/python/setup.py
@@
-31,7
+31,7
@@
if sys.platform == "win32":
data_files = [ 'libpq.dll' ]
else:
include_dirs=['/usr/include/pgsql']
- library_dirs=['usr/lib/pgsql']
+ library_dirs=['
/
usr/lib/pgsql']
optional_libs=['pq']
data_files = []