diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-11 04:01:50 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-11 04:01:50 +0100 |
commit | dcbd5d16e9581e5ee9ae2e4b56a2600abd74935f (patch) | |
tree | ef3ae78dc6b8d8b1bd331a5664a2dc2aedc564aa /Makefile.am | |
parent | f1a42db5a39b82eb602f440c4b50684ef72be47c (diff) |
build-sys: fix upload rule for xzsystemd/v38
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2279ff48c0..4bb06094fe 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: |