diff options
author | 2012-03-18 23:57:59 +0000 | |
---|---|---|
committer | 2012-03-18 23:57:59 +0000 | |
commit | ca57aec9f3ac0751b8bb6ae75acdfe59a52dd586 (patch) | |
tree | 005c8e4b2481bfc363f6ca083d44b59c4e9f5473 /app-shells/bash/bash-4.2_p24.ebuild | |
parent | move eerror to ewarn, make the gettext warning less importend (diff) | |
download | historical-ca57aec9f3ac0751b8bb6ae75acdfe59a52dd586.tar.gz historical-ca57aec9f3ac0751b8bb6ae75acdfe59a52dd586.tar.bz2 historical-ca57aec9f3ac0751b8bb6ae75acdfe59a52dd586.zip |
Use :alpha: rather than a-z in sed #408369 by step.
Package-Manager: portage-2.2.0_alpha90/cvs/Linux x86_64
Diffstat (limited to 'app-shells/bash/bash-4.2_p24.ebuild')
-rw-r--r-- | app-shells/bash/bash-4.2_p24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-4.2_p24.ebuild b/app-shells/bash/bash-4.2_p24.ebuild index c7e6f29c4d6c..aac54414b91f 100644 --- a/app-shells/bash/bash-4.2_p24.ebuild +++ b/app-shells/bash/bash-4.2_p24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p24.ebuild,v 1.2 2012/03/13 14:43:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p24.ebuild,v 1.3 2012/03/18 23:57:59 vapier Exp $ EAPI="1" @@ -70,7 +70,7 @@ src_unpack() { # Clean out local libs so we know we use system ones rm -rf lib/{readline,termcap}/* touch lib/{readline,termcap}/Makefile.in # for config.status - sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[a-z]*.h::g' Makefile.in || die + sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[[:alpha:]]*.h::g' Makefile.in || die # Avoid regenerating docs after patches #407985 sed -i -r '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in || die |