summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58e3fcf..c047d63 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ clean:
for d in $(subdir); do (cd $$d ; make $@ ); done
dist:
- @git archive --prefix=$(package)-$(version)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz
+ @git archive --prefix=$(package)-$(version)/ HEAD | xz > $(package)-$(version).tar.xz
install:
install -d $(distdir)/usr/{sbin/,share/drakpxelinux/}