Exclude svn dirs
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2759 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ ZIP="zip -X -q -n .ogg -8"
|
||||
|
||||
make_content_list() {
|
||||
cd "$CONTENT_DIR"
|
||||
find . -type f -not -path '*/CVS*' -and -not -name "*.ogg" -and -not -name "version" | sort > "$CONTENT_LIST"
|
||||
find . -type f -not -path '*/CVS*' -not -path '*/.svn*' -not -name "*.ogg" -not -name "version" | sort > "$CONTENT_LIST"
|
||||
}
|
||||
|
||||
make_voice_list() {
|
||||
|
||||
Reference in New Issue
Block a user