From 59ac8d15aded1c0d437413079928feae2e0a62af Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 24 Apr 2009 15:49:11 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh index 66b20803f..558bba3fb 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