Skip to content

Commit

Permalink
dev-vcs/cvs: Use proper sed separators (#600478 by Jiří Moravec)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
pacho2 committed Aug 30, 2017
1 parent 7b582d7 commit 73aeea4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-vcs/cvs/cvs-1.12.12-r12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 73aeea4

Please sign in to comment.