From: Kirill Moizik <[email protected]>

after this fix no need to copy jhbuildrc manualy or perform any other action.
After script finished  developer can run jhbuild bootstrap; jhbuild build  and 
this will build remote viewer

Signed-off-by: Kirill Moizik <[email protected]>
---
 spice-osx-build-setup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spice-osx-build-setup.sh b/spice-osx-build-setup.sh
index 4934ed7..678d9bb 100755
--- a/spice-osx-build-setup.sh
+++ b/spice-osx-build-setup.sh
@@ -56,6 +56,7 @@ fi
 echo "Installing spice-jhbuild configuration..."
 if [ ! -f $HOME/.jhbuildrc-spice ]; then
     cp jhbuildrc ~/.jhbuildrc-spice
+    export JBH='spice'
 fi
 
 echo "Setting up gtk-osx build"
-- 
1.9.5 (Apple Git-50.3)

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to