aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2002-01-22 20:27:31 +0000
committerFrederic Lepied <flepied@mandriva.com>2002-01-22 20:27:31 +0000
commitbab5f267237c75cc5fbe786da02eab083299986b (patch)
tree6093ba3483e0fbf941c2a0f79afd83ffc131d41a
parenta391f337543df7203d6f6dfda97bfdec7221c2d3 (diff)
downloadmsec-bab5f267237c75cc5fbe786da02eab083299986b.tar
msec-bab5f267237c75cc5fbe786da02eab083299986b.tar.gz
msec-bab5f267237c75cc5fbe786da02eab083299986b.tar.bz2
msec-bab5f267237c75cc5fbe786da02eab083299986b.tar.xz
msec-bab5f267237c75cc5fbe786da02eab083299986b.zip
don't put .bz2 archive in source for localcopy.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e4392c..83d6d81 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ dir:
mkdir $(PACKAGE)-$(VERSION)
localcopy: clean
- find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/
+ find . -not -name "$(PACKAGE)-$(VERSION)" -a -not -name '*.bz2'|cpio -pd $(PACKAGE)-$(VERSION)/
find $(PACKAGE)-$(VERSION) -type d -name CVS|xargs rm -rf
tar: