diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-03 05:39:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-03 05:39:22 +0200 |
commit | 53eff0c762c3d351ccfca63d01dbed1aaf9444b5 (patch) | |
tree | fbc60ad603cdeac2f9a27ce250ede4316a895bb3 | |
parent | a9c72fe933efc9c77580fb4d7212e00f7a690c36 (diff) |
build-sys: fix fedpkg git path
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ed37278d33..d93442a4ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -968,7 +968,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-rootdir=$$dc_install_base/$(rootdir) upload: all distcheck - cp -v systemd-$(VERSION).tar.bz2 /home/lennart/cvs.fedora/systemd/devel/ + cp -v systemd-$(VERSION).tar.bz2 /home/lennart/git.fedora/systemd/ scp systemd-$(VERSION).tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/ scp man/*.html tango:public/systemd-man/ |