From 3ee71c470423848b8ce4d172047cd9260c5ce9cc Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Tue, 20 Mar 2012 11:57:11 +0100 Subject: Just those things you notice _after_ a release Nothing special. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d7fab11..3c4e3a4 100644 --- a/Makefile +++ b/Makefile @@ -73,11 +73,11 @@ netcfg-$(VERSION).tar.xz: | docs pkgbuild: PKGBUILD PKGBUILD: netcfg-$(VERSION).tar.xz - sed -e "s/%pkgver%/$(VERSION)/" -e "s/%md5sum%/$(shell md5sum netcfg-$(VERSION).tar.xz | cut -d ' ' -f 1)/" contrib/PKGBUILD > PKGBUILD + sed -e "s/%pkgver%/$(VERSION)/" -e "s/%md5sum%/$(shell md5sum $< | cut -d ' ' -f 1)/" contrib/PKGBUILD > PKGBUILD upload: netcfg-$(VERSION).tar.xz - md5sum netcfg-$(VERSION).tar.xz > MD5SUMS.$(VERSION) - scp netcfg-$(VERSION).tar.xz MD5SUMS.$(VERSION) archlinux.org:/srv/ftp/other/netcfg/ + md5sum $< > MD5SUMS.$(VERSION) + scp $< MD5SUMS.$(VERSION) archlinux.org:/srv/ftp/other/netcfg/ clean: $(MAKE) -C docs clean -- cgit v1.2.3-24-g4f1b