summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xSwift/Packaging/Debian/package.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh
index 8fb1237..d4b6484 100755
--- a/Swift/Packaging/Debian/package.sh
+++ b/Swift/Packaging/Debian/package.sh
@@ -50,5 +50,9 @@ else
rm -rf $DIRNAME/.git
find $DIRNAME -name .gitignore | xargs rm -f
+ if [ -z "$SWIFT_COPY_UUID" ]; then
find $DIRNAME/3rdParty -type f | grep -v SConscript | xargs rm -f
+ else
+ find $DIRNAME/3rdParty -type f | grep -v uuid | grep -v SConscript | xargs rm -f
+ fi
find $DIRNAME/3rdParty -depth -empty -type d -exec rmdir {} \;
rm -rf $DIRNAME/3rdParty/SCons