diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-02 22:13:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-02 22:13:04 +0200 |
commit | d7a2d0c67addf880d5e667d87062dcb6083e501c (patch) | |
tree | 1d379c5630eae0a1deebf144cb4bea63d32510e3 /bootstrap.sh | |
parent | 93a46b0bc51cf2beb8523830ef7fd74aa0869673 (diff) |
build-sys: when building from build tree default to / root dir
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index cb87bf782c..f59a8156bf 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 |