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:
Owen W. Taylor 2009-03-14 18:19:58 -04:00
parent 8087e6aee6
commit bd2fecc222
2 changed files with 5 additions and 3 deletions

View File

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

View File

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