summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-04-03 21:39:20 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-04-04 11:54:46 +0200
commite65fad9b3aa4ce25fda0b6a79395025efbae4416 (patch)
tree3a0e9ee5508e1b9078248b160c92ffbe1052c58f /Makefile
parentc45fe39c38c47081ce2eda8c7c496052dbbb7dce (diff)
downloadnetctl-e65fad9b3aa4ce25fda0b6a79395025efbae4416.tar.gz
netctl-e65fad9b3aa4ce25fda0b6a79395025efbae4416.tar.xz
Makefile: fix dest for scp
archlinux.org points to gudrun, but tarballs should be uploaded to gerolde. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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