[gnome-shell] Specify bindir explicitly when installing jhbuild
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-shell] Specify bindir explicitly when installing jhbuild
- Date: Fri, 24 Apr 2009 15:50:10 -0400 (EDT)
commit 59ac8d15aded1c0d437413079928feae2e0a62af
Author: Dan Winship <danw gnome org>
Date: Fri Apr 24 15:49:11 2009 -0400
Specify bindir explicitly when installing jhbuild
Works around the new default install dir (~/.local/bin) in the latest
git jhbuild.
---
tools/build/gnome-shell-build-setup.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh
index 66b2080..558bba3 100755
--- a/tools/build/gnome-shell-build-setup.sh
+++ b/tools/build/gnome-shell-build-setup.sh
@@ -162,7 +162,7 @@ else
fi
echo "Installing jhbuild..."
-(cd $SOURCE/jhbuild && make -f Makefile.plain DISABLE_GETTEXT=1 install >/dev/null)
+(cd $SOURCE/jhbuild && make -f Makefile.plain DISABLE_GETTEXT=1 bindir=$HOME/bin install >/dev/null)
if [ -e $HOME/.jhbuildrc ] ; then
if grep JHBUILDRC_GNOME_SHELL $HOME/.jhbuildrc > /dev/null ; then : ; else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]