From e65fad9b3aa4ce25fda0b6a79395025efbae4416 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 3 Apr 2012 21:39:20 +0200 Subject: Makefile: fix dest for scp archlinux.org points to gudrun, but tarballs should be uploaded to gerolde. Signed-off-by: Florian Pritz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1925af4..4ec4cb9 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ PKGBUILD: netcfg-$(VERSION).tar.xz upload: netcfg-$(VERSION).tar.xz md5sum $< > MD5SUMS.$(VERSION) - scp $< MD5SUMS.$(VERSION) archlinux.org:/srv/ftp/other/netcfg/ + scp $< MD5SUMS.$(VERSION) gerolde.archlinux.org:/srv/ftp/other/netcfg/ clean: $(MAKE) -C docs clean -- cgit v1.2.3-24-g4f1b