From 54efadb3c6e4a2a1f0938eb6d001df2d245d65af Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 18 May 2006 07:32:32 +0000 Subject: [PATCH] (tar): Fixed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df4b84c..1043fe6 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ tar: cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \ export -d $(PACKAGE)-$(VERSION) \ -r $(PACKAGE)-`echo $(VERSION) | tr . _` \ - tomoyo' + tomoyo-tools' $(RM) /tmp/$(PACKAGE)-$(VERSION)/ftp.in cd /tmp; $(TAR) cvzf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) cd /tmp; $(RM) -r $(PACKAGE)-$(VERSION) -- 1.7.10.4