summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-10-24 10:09:11 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-10-24 10:09:11 +0200
commite54b84fb02eb70237fc308582b0dadb1d237ca48 (patch)
treecbea8ff5153d72346c44046daff647916c729734
parentfbe706dccdd35bfdfd163b7107ea90f801830321 (diff)
downloadpostgresql-setup-tests-e54b84fb02eb70237fc308582b0dadb1d237ca48.tar.gz
postgresql-setup-tests-e54b84fb02eb70237fc308582b0dadb1d237ca48.tar.xz
postgresql-setup-tests-e54b84fb02eb70237fc308582b0dadb1d237ca48.zip
controller/build: use configure --prefix=`pwd`
The directory structure in this project is done so that you can run directly from dir (after ./build). * controller/build: Use --prefix="$(pwd)" instead of --with-git which was never implemented.
-rwxr-xr-xcontroller/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/build b/controller/build
index a57f1b9..60a17f1 100755
--- a/controller/build
+++ b/controller/build
@@ -5,7 +5,7 @@ if test ! -f Makefile; then
autoreconf -vfi
fi || exit 1
- ./configure --with-git
+ ./configure --prefix="$(pwd)"
fi || exit 1
make