summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-11-02 19:45:10 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-11-02 19:45:10 (GMT)
commitbadcdcb7456d38016ea1746d6754a40dd9646813 (patch)
tree88b4f9aa7f52052392e0041fd3d5847b4c07b421
parent8effa7fb6c2e341734be5392566c06e9ac38d1b7 (diff)
downloadswift-badcdcb7456d38016ea1746d6754a40dd9646813.zip
swift-badcdcb7456d38016ea1746d6754a40dd9646813.tar.bz2
Copy uuid/ dir in packaging script.swift-1.0beta8
-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 e74245f..b1de896 100755
--- a/Swift/Packaging/Debian/package.sh
+++ b/Swift/Packaging/Debian/package.sh
@@ -22,6 +22,10 @@ git clone ../../../.git $DIRNAME
find $DIRNAME/3rdParty/Boost/src -type f | grep -v uuid | xargs rm -f
find $DIRNAME/3rdParty/SCons -delete
find $DIRNAME/3rdParty/DocBook -delete
+# 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
+
ln -s Swift/Packaging/Debian/debian $DIRNAME/debian
../../../BuildTools/UpdateDebianChangelog.py $DIRNAME/debian/changelog $DEBIAN_VERSION