mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 23:20:32 +00:00
build-sys: when building from build tree default to / root dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user