mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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:
parent
b2a51db065
commit
59ac8d15ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue