summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-10-07 08:43:31 (GMT)
committerRemko Tronçon <git@el-tramo.be>2012-10-07 09:35:54 (GMT)
commit50b3239ae60e2c1f5fb74d6ac566aeb3e4110400 (patch)
treeb2fa3c1bbe7a07d6ed8bd932f01bee3852758937 /Swift/Packaging
parentb01e339e89143684f7f1406bf3ce07481e98b5bc (diff)
downloadswift-50b3239ae60e2c1f5fb74d6ac566aeb3e4110400.zip
swift-50b3239ae60e2c1f5fb74d6ac566aeb3e4110400.tar.bz2
Release packaging notes
Diffstat (limited to 'Swift/Packaging')
-rwxr-xr-xSwift/Packaging/Debian/package.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh
index ab21db5..8fb1237 100755
--- a/Swift/Packaging/Debian/package.sh
+++ b/Swift/Packaging/Debian/package.sh
@@ -59,8 +59,10 @@ else
# Fork local Boost UUID copy
# FIXME: This shouldn't be necessary, but SCons isn't picking up the generated headers for compilation
- #mkdir -p $DIRNAME/3rdParty/Boost/uuid/boost
- #cp -r $DIRNAME/3rdParty/Boost/src/boost/uuid $DIRNAME/3rdParty/Boost/uuid/boost
+ if [ ! -z "$SWIFT_COPY_UUID" ]; then
+ mkdir -p $DIRNAME/3rdParty/Boost/uuid/boost
+ cp -r $DIRNAME/3rdParty/Boost/src/boost/uuid $DIRNAME/3rdParty/Boost/uuid/boost
+ fi
# Create orig tarball
tar czf $TARBALLBARE $DIRNAME