summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-08-17 18:04:33 -0400
committerDave Reisner <dreisner@archlinux.org>2014-08-17 18:05:39 -0400
commit991717a1242ff45699afa6ed6fb469789b26caf0 (patch)
tree04f1fe9d29432dfdb5aa64f791db523e2ecdbfc1 /Makefile
parent017f2f5fd5003613d92ed96829ffab385aaae27b (diff)
downloadasp32-991717a1242ff45699afa6ed6fb469789b26caf0.tar.xz
add LICENSE file to repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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