diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-10-07 08:43:31 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-10-07 09:35:54 (GMT) |
commit | 50b3239ae60e2c1f5fb74d6ac566aeb3e4110400 (patch) | |
tree | b2fa3c1bbe7a07d6ed8bd932f01bee3852758937 /Swift/Packaging/Debian | |
parent | b01e339e89143684f7f1406bf3ce07481e98b5bc (diff) | |
download | swift-contrib-50b3239ae60e2c1f5fb74d6ac566aeb3e4110400.zip swift-contrib-50b3239ae60e2c1f5fb74d6ac566aeb3e4110400.tar.bz2 |
Release packaging notes
Diffstat (limited to 'Swift/Packaging/Debian')
-rwxr-xr-x | Swift/Packaging/Debian/package.sh | 6 |
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 |