From: Lennart Poettering Date: Wed, 2 Jun 2010 20:13:04 +0000 (+0200) Subject: build-sys: when building from build tree default to / root dir X-Git-Tag: 0.git+20100605+dfd8ee-1~9^2^2~20 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a2d0c67addf880d5e667d87062dcb6083e501c;p=systemd build-sys: when building from build tree default to / root dir --- diff --git a/bootstrap.sh b/bootstrap.sh index cb87bf78..f59a8156 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