summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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