mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
autogen.sh: detect historic split-system-directories and add root options
This commit is contained in:
parent
acb14d318b
commit
772f4698ff
@ -29,13 +29,18 @@ libdir() {
|
||||
}
|
||||
|
||||
args="\
|
||||
--with-rootprefix= \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--libdir=$(libdir /usr/lib) \
|
||||
--with-rootlibdir=$(libdir /lib) \
|
||||
--libexecdir=/usr/lib"
|
||||
|
||||
if [ ! -L /bin ]; then
|
||||
args="$args \
|
||||
--with-rootprefix= \
|
||||
--with-rootlibdir=$(libdir /lib) \
|
||||
"
|
||||
fi
|
||||
|
||||
if [ "x$1" != "xc" ]; then
|
||||
echo
|
||||
echo "----------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user