[systemd-commits] Makefile.am

Lennart Poettering lennart at kemper.freedesktop.org
Tue Jan 10 19:04:16 PST 2012


 Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dcbd5d16e9581e5ee9ae2e4b56a2600abd74935f
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jan 11 04:01:50 2012 +0100

    build-sys: fix upload rule for xz

diff --git a/Makefile.am b/Makefile.am
index 2279ff4..4bb0609 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2442,8 +2442,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
 	--with-rootprefix=$$dc_install_base/$(rootprefix)
 
 upload: all distcheck
-	cp -v systemd-$(VERSION).tar.bz2 /home/lennart/git.fedora/systemd/
-	scp systemd-$(VERSION).tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/
+	cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
+	scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/
 	scp man/*.html tango:public/systemd-man/
 
 git-tag:



More information about the systemd-commits mailing list