mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-08 06:31:56 +00:00
autogen.sh: detect historic split-system-directories and add root options
This commit is contained in:
+7
-2
@@ -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 "----------------------------------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user