summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-03-16 01:44:16 +0100
committerLennart Poettering <lennart@poettering.net>2012-03-16 01:44:16 +0100
commit5ee9f21e86bb6a06d3eb956546f85338e81395e6 (patch)
treed3dc03df6aff2198d3397b22220833c1909c5355 /Makefile.am
parent38cacf5acd082b6426e4778d242dc24bf10607ce (diff)
build-sys: don't build distcheck version with split /usr
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dcce170d3..5d987147b 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/