summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-02 22:13:04 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-02 22:13:04 +0200
commitd7a2d0c67addf880d5e667d87062dcb6083e501c (patch)
tree1d379c5630eae0a1deebf144cb4bea63d32510e3
parent93a46b0bc51cf2beb8523830ef7fd74aa0869673 (diff)
build-sys: when building from build tree default to / root dir
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index cb87bf7..f59a815 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -65,7 +65,7 @@ else
run_versioned automake "$AM_VERSION" --copy --foreign --add-missing
if [ "x$1" != "xac" ]; then
- CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@"
+ CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --with-rootdir= "$@"
make clean
fi
fi