From 5ee9f21e86bb6a06d3eb956546f85338e81395e6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 16 Mar 2012 01:44:16 +0100 Subject: build-sys: don't build distcheck version with split /usr --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dcce170d35..5d987147b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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/ -- cgit v1.2.3-54-g00ecf