summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-06 13:29:37 +0200
committerErich Eckner <git@eckner.net>2018-06-27 10:44:48 +0200
commitd618dbf0e72cc6da6814b1665f5959cdd32aa6c5 (patch)
treeb4e2722a4d8cb3f754727c464b70a9caee00f4fb
parentd585eeb18afd57008915735a28f9fa7b425ae5ce (diff)
downloaddevtools32-d618dbf0e72cc6da6814b1665f5959cdd32aa6c5.tar.xz
Makefile: devtools -> devtools32 in dist and upload targets
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 63afc7f..581d8c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20180531
+V=$(shell git describe --exact-match)
PREFIX = /usr/local
@@ -110,11 +110,11 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/find-libprovides
dist:
- git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz
- gpg --detach-sign --use-agent devtools-$(V).tar.gz
+ git archive --format=tar --prefix=devtools32-$(V)/ $(V) | gzip -9 > devtools32-$(V).tar.gz
+ gpg --detach-sign --use-agent devtools32-$(V).tar.gz
upload:
- scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/
+ scp devtools32-$(V).tar.gz devtools32-$(V).tar.gz.sig sources.archlinux32.org:sources/
check: $(BINPROGS) bash_completion makepkg-x86_64.conf PKGBUILD.proto
shellcheck $^