projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7242343
)
add pg_config to PATH
author
Marko Kreen
<markokr@gmail.com>
Wed, 5 Dec 2007 15:51:42 +0000
(15:51 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 5 Dec 2007 15:51:42 +0000
(15:51 +0000)
debian/packages.in
patch
|
blob
|
blame
|
history
diff --git
a/debian/packages.in
b/debian/packages.in
index 56afad5082de2b62699d95f7294ef96f144250bc..0a39f47681dc0cd564ac50122ffd0f97e53c9052 100644
(file)
--- a/
debian/packages.in
+++ b/
debian/packages.in
@@
-9,7
+9,8
@@
Description: PostgreSQL
Copyright: BSD
Copyright 2006 Marko Kreen
Build: sh
- ./configure --prefix=/usr --with-pgconfig=/usr/lib/postgresql/PGVER/bin/pg_config
+ PATH=/usr/lib/postgresql/PGVER/bin:$PATH \
+ ./configure --prefix=/usr && \
make DESTDIR=$ROOT
Clean: sh
make distclean || make clean || true