# HG changeset patch # User Jan Nieuwenhuizen # Date 1250771904 -7200 # Node ID 3cc4f9ac707f78bd9fbd33484e245f0fe2e9a7ba # Parent 6b5f592edd984cfc37c6923c9934a82b57f9827b tools::bash: do not look in /dev/tty. Fixes stat restriction. diff -r 6b5f592edd98 -r 3cc4f9ac707f gub/specs/bash.py --- a/gub/specs/bash.py Thu Aug 20 14:36:05 2009 +0200 +++ b/gub/specs/bash.py Thu Aug 20 14:38:24 2009 +0200 @@ -18,11 +18,15 @@ return str class Bash__tools (tools.AutoBuild, Bash): + patches = ['bash-3.2-librestrict.patch'] def force_sequential_build (self): return True @context.subst_method def LDFLAGS (self): return '%(rpath)' + def install (self): + tools.AutoBuild.install (self) + self.system ('cd %(install_prefix)s/bin && ln -s bash sh') def wrap_executables (self): # using rpath pass