summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c1cc63b..45085a3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,5 @@ clean:
dist: clean
rm -rf ../$(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar*
svn export -q -rBASE . ../$(PACKAGE)-$(VERSION)
- tar cjf ../mandi-$(VERSION).tar.bz2 ../mandi-$(VERSION)
- rm -rf ../mandi-$(VERSION)
+ tar cjf ../$(PACKAGE)-$(VERSION).tar.bz2 ../$(PACKAGE)-$(VERSION)
+ rm -rf ../$(PACKAGE)-$(VERSION)