From 991717a1242ff45699afa6ed6fb469789b26caf0 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 17 Aug 2014 18:04:33 -0400 Subject: add LICENSE file to repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c516a1..ea1c171 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf