1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-24 17:57:34 +03:00

build-sys: don't build distcheck version with split /usr

This commit is contained in:
Lennart Poettering 2012-03-16 01:44:16 +01:00
parent 38cacf5acd
commit 5ee9f21e86
2 changed files with 3 additions and 2 deletions

View File

@ -2492,7 +2492,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
--with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \
--with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
--with-pamlibdir=$$dc_install_base/$(pamlibdir) \
--with-rootprefix=$$dc_install_base/$(prefix)
--with-rootprefix=$$dc_install_base \
--disable-split-usr
upload: all distcheck
cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/

View File

@ -655,5 +655,5 @@ AC_MSG_RESULT([
D-Bus system dir: ${with_dbussystemservicedir}
D-Bus interfaces dir: ${with_dbusinterfacedir}
Split /usr: ${enable_split_usr}
Build man pages: ${have_manpages}
man pages: ${have_manpages}
])