aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2018-08-28 19:52:16 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2018-08-28 19:52:16 -0400
commit1f2387b88802d6eef8e69c3daf67d625a8a052f5 (patch)
treef7066dcfa6ed3505941bb0c93fadf1b885b16161 /Makefile
parentd385c01a1b149ed297f063687d9d5198a98fa21a (diff)
parent781cf3aa0d3f9a93d84481833f5c83aa9ee68ac0 (diff)
Update upstream source from tag 'upstream/19'
Update to upstream version '19' with Debian dir 9e264db6694270b5ecb0557fd17ea706e9084c8a
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 6824f3f..fd2be13 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VER=18
+VER=19
PREFIX = /usr/local
@@ -32,12 +32,4 @@ install: all
install -m755 $(BINPROGS) $(DESTDIR)$(PREFIX)/bin
install -Dm644 zsh-completion $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_archinstallscripts
-uninstall:
- for f in $(BINPROGS); do $(RM) $(DESTDIR)$(PREFIX)/bin/$$f; done
- $(RM) $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_archinstallscripts
-
-dist:
- git archive --format=tar --prefix=arch-install-scripts-$(VER)/ v$(VER) | gzip -9 > arch-install-scripts-$(VER).tar.gz
- gpg --detach-sign --use-agent arch-install-scripts-$(VER).tar.gz
-
-.PHONY: all clean install uninstall dist
+.PHONY: all clean install uninstall