diff options
| author | 2018-08-28 19:52:16 -0400 | |
|---|---|---|
| committer | 2018-08-28 19:52:16 -0400 | |
| commit | 1f2387b88802d6eef8e69c3daf67d625a8a052f5 (patch) | |
| tree | f7066dcfa6ed3505941bb0c93fadf1b885b16161 /Makefile | |
| parent | d385c01a1b149ed297f063687d9d5198a98fa21a (diff) | |
| parent | 781cf3aa0d3f9a93d84481833f5c83aa9ee68ac0 (diff) | |
Update upstream source from tag 'upstream/19'
Update to upstream version '19'
with Debian dir 9e264db6694270b5ecb0557fd17ea706e9084c8a
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -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 |
