From 741979f5bfa6df16c9290bcba532beb11276e287 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 24 Jul 2012 02:09:58 +0200 Subject: make: upload in a different order For silly reasons. Don't ask. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ada25b..5ac71da 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ tar: git archive HEAD --prefix=initscripts-$(VER)/ | xz > initscripts-$(VER).tar.xz release: tar - scp initscripts-$(VER).tar.xz gerolde.archlinux.org:/srv/ftp/other/initscripts/ scp initscripts-$(VER).tar.xz pkgbuild.com:~/packages/initscripts/trunk/ + scp initscripts-$(VER).tar.xz gerolde.archlinux.org:/srv/ftp/other/initscripts/ .PHONY: all installdirs install doc clean tar release -- cgit v1.2.3