Added scripts and support for packing ThirdParty

This commit is contained in:
henry
2008-07-08 18:54:28 +01:00
parent 32d0a25278
commit 2ccd8322f0
3 changed files with 152 additions and 3 deletions

View File

@ -73,13 +73,15 @@ find -H $packDir \
-a ! -name "core" \
-a ! -name "core.[1-9]*" \
-a ! -name "log[0-9]*" \
-a ! -name "libccmio*" \
-a ! -name "\.ebrowse" \
| sed \
-e "\@$packDir/.git/@d" \
-e "\@$packDir/lib/@d" \
-e '\@applications/bin/@d' \
-e '\@/t/@d' \
-e '\@Make[.A-Za-z]*/[^/]*/@d' \
-e "\@libccmio.*/@d" \
-e '\@applications/bin/@d' \
-e '\@/t/@d' \
-e '\@Make[.A-Za-z]*/[^/]*/@d'\
> $tmpFile
tar czpf $packFile --files-from $tmpFile