From badcdcb7456d38016ea1746d6754a40dd9646813 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Tue, 2 Nov 2010 20:45:10 +0100
Subject: Copy uuid/ dir in packaging script.


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
 
-- 
cgit v0.10.2-6-g49f6