diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-03-20 11:57:11 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-03-20 11:57:11 +0100 |
commit | 3ee71c470423848b8ce4d172047cd9260c5ce9cc (patch) | |
tree | 94ad454afaebf71f8e49ed2004d8064fc7fc1fb6 /Makefile | |
parent | 4b584f8a0d749d08b1fc5af59ead815a80b4fd83 (diff) | |
download | netctl-3ee71c470423848b8ce4d172047cd9260c5ce9cc.tar.gz netctl-3ee71c470423848b8ce4d172047cd9260c5ce9cc.tar.xz |
Just those things you notice _after_ a release
Nothing special.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |