index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2014-08-17 18:04:33 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-08-17 18:05:39 -0400 |
commit | 991717a1242ff45699afa6ed6fb469789b26caf0 (patch) | |
tree | 04f1fe9d29432dfdb5aa64f791db523e2ecdbfc1 /Makefile | |
parent | 017f2f5fd5003613d92ed96829ffab385aaae27b (diff) |
-rw-r--r-- | Makefile | 2 |
@@ -45,7 +45,7 @@ install: all install -Dm644 $(BASH_COMPLETION) $(DESTDIR)$(PREFIX)/share/bash-completion/completions/asp dist: - git archive --format=tar --prefix=$(PACKAGE_NAME)-$(VER)/ v$(VER) | gzip -9 > $(PACKAGE_NAME)-$(VER).tar.gz + git archive --format=tar --prefix=$(PACKAGE_NAME)-$(VER)/ $(VER) | gzip -9 > $(PACKAGE_NAME)-$(VER).tar.gz gpg --detach-sign --use-agent $(PACKAGE_NAME)-$(VER).tar.gz .PHONY: all clean install uninstall dist |