From d04f6e34324f08b002a5d93ab3464c4e36ac99b0 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 5 Dec 2007 15:51:42 +0000 Subject: [PATCH] add pg_config to PATH --- debian/packages.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/packages.in b/debian/packages.in index 56afad50..0a39f476 100644 --- 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 -- 2.39.5