Specify bindir explicitly when installing jhbuild

Works around the new default install dir (~/.local/bin) in the latest
git jhbuild.
This commit is contained in:
Dan Winship 2009-04-24 15:49:11 -04:00
parent b2a51db065
commit 59ac8d15ad

View File

@ -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