[arch-projects] [netcfg] [PATCH] Makefile: fix dest for scp

Florian Pritz bluewind at xinu.at
Tue Apr 3 15:39:20 EDT 2012


archlinux.org points to gudrun, but tarballs should be uploaded to
gerolde.

Signed-off-by: Florian Pritz <bluewind at xinu.at>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.7.9.5


More information about the arch-projects mailing list