mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
build-sys: default rootdir to prefix
This commit is contained in:
parent
695d1ef183
commit
a6baa3f681
@ -272,7 +272,7 @@ AC_SUBST([udevrulesdir], [$with_udevrulesdir])
|
||||
AC_ARG_WITH([rootdir],
|
||||
AS_HELP_STRING([--with-rootdir=DIR], [Root directory for files necessary for boot]),
|
||||
[],
|
||||
[with_rootdir=/])
|
||||
[with_rootdir=${ac_default_prefix}])
|
||||
AC_SUBST([rootdir], [$with_rootdir])
|
||||
|
||||
AC_OUTPUT([Makefile])
|
||||
|
Loading…
Reference in New Issue
Block a user