[Spice-devel] [PATCH 6/6] Fetching script: fix setting up environment for spice build
Kirill Moizik
kirill at daynix.com
Thu Apr 2 08:20:54 PDT 2015
From: Kirill Moizik <kmoizik at redhat.com>
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 <kmoizik at redhat.com>
---
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)
More information about the Spice-devel
mailing list