diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-09-28 18:44:56 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-28 13:11:00 -0400 |
commit | d6c75d3aa92d057cc5756786410dfbb8094ce2c2 (patch) | |
tree | ca7acdd61bb402f539401f630f65f96af2ca8478 /www-client/w3m | |
parent | app-text/xdvik: Call xdg_desktop_database_update() (bug #628826). (diff) | |
download | gentoo-d6c75d3aa92d057cc5756786410dfbb8094ce2c2.tar.gz gentoo-d6c75d3aa92d057cc5756786410dfbb8094ce2c2.tar.bz2 gentoo-d6c75d3aa92d057cc5756786410dfbb8094ce2c2.zip |
www-client/w3m: Fix sed command (bug #616334).
Diffstat (limited to 'www-client/w3m')
-rw-r--r-- | www-client/w3m/w3m-0.5.3-r9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild b/www-client/w3m/w3m-0.5.3-r9.ebuild index 1ecc707d9026..cb8054271746 100644 --- a/www-client/w3m/w3m-0.5.3-r9.ebuild +++ b/www-client/w3m/w3m-0.5.3-r9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -42,7 +42,7 @@ S="${WORKDIR}"/${MY_P} src_prepare() { default ecvs_clean - sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die + sed -i -e "/^AR=/s:ar:$(tc-getAR):" {.,w3mimg,libwc}/Makefile.in || die hprefixify acinclude.m4 eautoconf } |