summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-06 13:29:37 +0200
committerErich Eckner <git@eckner.net>2018-09-14 14:14:08 +0200
commit7c3fefe4646a3c63299b4f158871d1d95771973b (patch)
tree96663fce55744e0b4161887a03727d9ef86d41ac
parent0683d606d7006bbed09c2d6739d113b6477a6393 (diff)
downloaddevtools32-7c3fefe4646a3c63299b4f158871d1d95771973b.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 e87661c..447c3c7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20180531
+V=$(shell git describe --exact-match)
PREFIX = /usr/local
@@ -112,11 +112,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 $^