From 3e199e4d992268e9e5b7f03c7b8e843361a2a1ca Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 6 Jun 2018 13:29:37 +0200 Subject: Makefile: devtools -> devtools32 in dist and upload targets --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b327616..2bc1099 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -V=20220207 +V=$(shell git describe --exact-match) BUILDTOOLVER ?= $(V) PREFIX = /usr/local @@ -168,11 +168,11 @@ tag: @git tag --sign --message "Version $(TODAY)" $(TODAY) dist: - git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip > 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:httpdocs/sources/ check: $(BINPROGS) bash_completion makepkg-x86_64.conf PKGBUILD.proto shellcheck $^ -- cgit v1.2.3-54-g00ecf