mirror of
https://github.com/systemd/systemd.git
synced 2024-11-30 13:53:39 +08:00
build-sys: do not install to / in 'make distcheck'
This commit is contained in:
parent
52edb22835
commit
d354315ff7
@ -4105,11 +4105,14 @@ DISTCHECK_CONFIGURE_FLAGS = \
|
||||
--with-rootprefix=$$dc_install_base \
|
||||
--disable-split-usr
|
||||
|
||||
|
||||
if HAVE_SYSV_COMPAT
|
||||
DISTCHECK_CONFIGURE_FLAGS += \
|
||||
--with-sysvinit-path=$$dc_install_base/$(sysvinitdir) \
|
||||
--with-sysvrcnd-path=$$dc_install_base/$(sysvrcnddir)
|
||||
else
|
||||
DISTCHECK_CONFIGURE_FLAGS += \
|
||||
--with-sysvinit-path= \
|
||||
--with-sysvrcnd-path=
|
||||
endif
|
||||
|
||||
if ENABLE_GTK_DOC
|
||||
|
Loading…
Reference in New Issue
Block a user