diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-08-30 20:41:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-08-30 20:41:17 +0200 |
commit | 73aeea463371de9da4dcc39cefb6756812e73529 (patch) | |
tree | a76f4792d8aac92f0210624e11baa536aca6e817 /dev-vcs/cvs | |
parent | app-shells/mksh: Bump (diff) | |
download | gentoo-73aeea463371de9da4dcc39cefb6756812e73529.tar.gz gentoo-73aeea463371de9da4dcc39cefb6756812e73529.tar.bz2 gentoo-73aeea463371de9da4dcc39cefb6756812e73529.zip |
dev-vcs/cvs: Use proper sed separators (#600478 by Jiří Moravec)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/cvs')
-rw-r--r-- | dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild index cb0af6f54277..2fc4e4465914 100644 --- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild +++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild @@ -52,8 +52,7 @@ DOCS=( BUGS ChangeLog{,.zoo} DEVEL-CVS FAQ HACKING MINOR-BUGS NEWS \ src_prepare() { default - - sed -i "/^AR/s/ar/$(tc-getAR)/" diff/Makefile.in lib/Makefile.in || die + sed -i "/^AR/s:ar:$(tc-getAR):" diff/Makefile.in lib/Makefile.in || die } src_configure() { |