From f7db74b2f83cedcd27993510fb84ddb62f84401f Mon Sep 17 00:00:00 2001 From: Christophe Bothamy Date: Fri, 7 Nov 2003 23:08:01 +0000 Subject: [PATCH] - exlude CVS directories when making source package --- bochs/docs-html/release-prep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/docs-html/release-prep.txt b/bochs/docs-html/release-prep.txt index 410d14478..d5bb196d9 100644 --- a/bochs/docs-html/release-prep.txt +++ b/bochs/docs-html/release-prep.txt @@ -15,7 +15,7 @@ export DIR=bochs-1.2.1 source: cvs export -r$TAG -d$DIR bochs - tar czvf bochs-$VERSION.tar.gz $DIR + tar czvf bochs-$VERSION.tar.gz --exclude CVS $DIR win32 makefiles: rm -rf $DIR