[banshee] bootstrap-bundle: Fix GTK2_RC_FILES env var on OS X (bgo#682086)



commit 88af291ddce18027d9d0c793f11f207249ff7a90
Author: Timo DÃrr <timo latecrew de>
Date:   Sat Aug 18 20:41:06 2012 +0200

    bootstrap-bundle: Fix GTK2_RC_FILES env var on OS X (bgo#682086)
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 bootstrap-bundle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bootstrap-bundle b/bootstrap-bundle
index 5f172d4..187ac79 100755
--- a/bootstrap-bundle
+++ b/bootstrap-bundle
@@ -31,7 +31,7 @@ pushd ../bockbuild/profiles/banshee &>/dev/null
 popd &>/dev/null
 
 [ $profile_name = darwin ] && \
-	echo "export GTK2_RC_FILES=\"$selfdir/../../bockbuild/profiles/banshee/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]