diff options
author | James Rayner <james@archlinux.org> | 2009-06-06 04:10:05 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-06-06 04:10:05 +0200 |
commit | 2f40d9375375b9820648d5ae46a60c7f06af1ccc (patch) | |
tree | 95bace4424307c853ee97c6ce5094124fa954a4c /Makefile | |
parent | 7045f053192bae2de5445c25458b833bdc723f7e (diff) | |
download | netctl-2f40d9375375b9820648d5ae46a60c7f06af1ccc.tar.gz netctl-2f40d9375375b9820648d5ae46a60c7f06af1ccc.tar.xz |
Another attempt at a working link check, FS#13334
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ tarball: upload: md5sum netcfg-$(VERSION)*gz > MD5SUMS.$(VERSION) - scp netcfg-$(VERSION)*gz MD5SUMS.$(VERSION) archlinux.org:/home/ftp/other/netcfg/ + scp netcfg-$(VERSION)*gz MD5SUMS.$(VERSION) archlinux.org:/srv/ftp/other/netcfg/ clean: rm doc/*html |