From 407a65010c5d6ba902317392041f16175054be14 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 4 Mar 2008 22:36:01 +0000 Subject: reuse PACKAGE --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.1