From 185e14ae6c7840e469e9fee343272203d472413b Mon Sep 17 00:00:00 2001 From: Ian Silvester Date: Thu, 1 Mar 2012 19:57:12 +0000 Subject: [PATCH] strip CVS admin folders from generated pkg content folder --- constructPkgContent.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/constructPkgContent.sh b/constructPkgContent.sh index 0ca51a1..f81a01d 100755 --- a/constructPkgContent.sh +++ b/constructPkgContent.sh @@ -97,3 +97,4 @@ echo "" echo "Remove CVS administration files" echo "" find pkg\ content -name CVS.sandboxinfo -exec rm -rf {} \; +find pkg\ content -name CVS -exec rm -rf {} \; -- 2.39.2