summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2004-02-17 11:12:18 +0000
committerDavid Baudens <baudens@mandriva.com>2004-02-17 11:12:18 +0000
commit27338585016281c3c979806e2cf1dc104de730fd (patch)
tree5c61a3d0d6fe00cf83ef1dd7ea8e5189246268da /Makefile
parent85d386867b64b5fa761b532df977989dd5530f9e (diff)
downloadindexhtml-27338585016281c3c979806e2cf1dc104de730fd.tar
indexhtml-27338585016281c3c979806e2cf1dc104de730fd.tar.gz
indexhtml-27338585016281c3c979806e2cf1dc104de730fd.tar.bz2
indexhtml-27338585016281c3c979806e2cf1dc104de730fd.tar.xz
indexhtml-27338585016281c3c979806e2cf1dc104de730fd.zip
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8bdf3c9..5693814 100644
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,8 @@ localcopy: clean
find $(PACKAGE)-$(VERSION) -type d -name CVS|xargs rm -rf
tar:
- tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
- bzip2 -9vf $(PACKAGE)-$(VERSION).tar
+ tar cf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
+ bzip2 -9f $(PACKAGE)-$(VERSION).tar
rm -rf $(PACKAGE)-$(VERSION)
buildrpm: