diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-02-13 01:03:33 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-02-13 01:03:33 +0100 |
commit | 0de4f055841fe202a85258a56c67751ccb0f8ee2 (patch) | |
tree | 43d70c231f69c95a5d5f9d30e73584a2f7d057be | |
parent | 704323542ee309658411433aada4577d14f938c2 (diff) |
build-sys: do not use split-/usr in distcheck
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e73f4a12e8..6e9259be9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2528,7 +2528,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/$(rootprefix) + --with-rootprefix=$$dc_install_base/$(prefix) + upload: all distcheck cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/ |