aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-07 09:57:04 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-07 09:57:04 +0000
commit341a83d12a8621ee47508f668926f6243467dc19 (patch)
tree925de1095bc9d811ce195a29b33f1d1ba6226e22
parent5909808ed6fada79c811e6d34c492edf5f7b79d3 (diff)
downloadmsec-341a83d12a8621ee47508f668926f6243467dc19.tar
msec-341a83d12a8621ee47508f668926f6243467dc19.tar.gz
msec-341a83d12a8621ee47508f668926f6243467dc19.tar.bz2
msec-341a83d12a8621ee47508f668926f6243467dc19.tar.xz
msec-341a83d12a8621ee47508f668926f6243467dc19.zip
(tar) no need to copy again the files through (export) since both
(dist) & (localdist) already did it
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12a6f13..7acca26 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ localcopy: clean
find . -not -name "$(PACKAGE)-$(VERSION)" -a -not -name '*.bz2'|cpio -pd $(PACKAGE)-$(VERSION)/
find $(PACKAGE)-$(VERSION) -type d -name .svn|xargs rm -rf
-tar: export
+tar:
tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
bzip2 -9vf $(PACKAGE)-$(VERSION).tar
rm -rf $(PACKAGE)-$(VERSION)