[banshee] [bootstrap-bundle] work with external bockbuild



commit b39f702c1221b743415ae807581ae02da0b060b2
Author: Aaron Bockover <abockover novell com>
Date:   Mon Mar 29 13:19:12 2010 -0400

    [bootstrap-bundle] work with external bockbuild

 bootstrap-bundle |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bootstrap-bundle b/bootstrap-bundle
index 4d87c50..ca32db6 100755
--- a/bootstrap-bundle
+++ b/bootstrap-bundle
@@ -17,7 +17,7 @@ fi
 
 profile="profile.$profile_name.py"
 
-if ! test -f "build/bundle/$profile"; then
+if ! test -f "../bockbuild/profiles/banshee/$profile"; then
 	echo "Profile does not exist: build/bundle/$profile"
 	exit 1
 fi
@@ -25,13 +25,13 @@ fi
 selfdir="$(pwd)/$(dirname "$0")"
 envfile="$selfdir/$profile_name.env"
 
-pushd build/bundle &>/dev/null
+pushd ../bockbuild/profiles/banshee &>/dev/null
 ./$profile -bv
 ./$profile -e > "$envfile"
 popd &>/dev/null
 
 [ $profile_name = darwin ] && \
-	echo "export GTK2_RC_FILES=\"$selfdir/build/bundle/skeleton.darwin/Contents/Resources/etc/gtk-2.0/gtkrc\"" >> "$envfile"
+	echo "export GTK2_RC_FILES=\"$selfdir/../../bockbuild/profiles/banshee/skeleton.darwin/Contents/Resources/etc/gtk-2.0/gtkrc\"" >> "$envfile"
 
 source "$envfile"
 



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