[gnome-ostree] ostree-user-install.sh: Fix running ostbuild commands



commit f1ab1f9974a844a024b16f426e8f9d03b7afff3a
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Thu Aug 16 22:11:30 2012 -0400

    ostree-user-install.sh: Fix running ostbuild commands
    
    We need to have ~/.local/bin in the path and run ostbuild
    under 'jhbuild run'

 install/ostree-user-install.sh |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/install/ostree-user-install.sh b/install/ostree-user-install.sh
index 62dd00b..0da6f2e 100755
--- a/install/ostree-user-install.sh
+++ b/install/ostree-user-install.sh
@@ -84,6 +84,8 @@ mirrordir=~/build/src-mirror
 workdir=~/build/ostbuild
 EOF
 
-ostbuild init
+PATH=~/.local/bin:$PATH
 
-ostbuild prefix gnomeos-3.6
+jhbuild run ostbuild init
+
+jhbuild run ostbuild prefix gnomeos-3.6



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]