summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-06 13:29:37 +0200
committerErich Eckner <git@eckner.net>2019-08-22 11:13:59 +0200
commit4d5c42ef176437d78703827e4be8d69a6ca910c9 (patch)
tree129754938020c8f109f7e7d2b5913fcb620496c8
parente7acd06a9259d99227ed3c943e051cd753a975d6 (diff)
downloaddevtools32-4d5c42ef176437d78703827e4be8d69a6ca910c9.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 fe2b33e..562788a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20190821
+V=$(shell git describe --exact-match)
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
@@ -151,11 +151,11 @@ uninstall:
done;
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 $^