mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Add commented out workaround for #571240
jhbuildrc-gnome-shell: Remove obsolete setting of os.environ['INSTALL'] - setting installprog is the modern way to do it. jhbuildrc-custom-example: Show how to override installprog to work around #571240 on Arch Linux.
This commit is contained in:
parent
8087e6aee6
commit
bd2fecc222
2 changed files with 5 additions and 3 deletions
|
|
@ -11,3 +11,8 @@
|
|||
# Directory where to install
|
||||
#
|
||||
#prefix = '/opt/gnome-shell/install'
|
||||
|
||||
# Work around http://bugzilla.gnome.org/show_bug.cgi?id=571240 if
|
||||
# your 'install' program is somewhere other than /usr/bin/install
|
||||
# (affects: Arch Linux)
|
||||
#installprog = 'bin/install'
|
||||
|
|
|
|||
|
|
@ -58,9 +58,6 @@ if _pkgconfig.returncode == 0:
|
|||
if os.path.exists(_libdir + '/libmozjs.so'):
|
||||
addpath('LD_LIBRARY_PATH', _libdir)
|
||||
|
||||
# Rebuild faster
|
||||
os.environ['INSTALL'] = os.path.expanduser('~/bin/install-check')
|
||||
|
||||
# Import optional user RC for further customization. You can override
|
||||
# the prefix or default build setup for example, or CFLAGS or
|
||||
# module_autogenargs, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue