From 8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba Mon Sep 17 00:00:00 2001 From: Karl Linden Date: Sun, 26 Nov 2017 19:51:36 +0100 Subject: media-sound/lilypond: fix sed invocation. Closes: https://bugs.gentoo.org/629496 Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- media-sound/lilypond/lilypond-2.18.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-sound/lilypond/lilypond-2.18.2-r3.ebuild') diff --git a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild index 4afc18c6e1d6..ee3ea59a82a8 100644 --- a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild +++ b/media-sound/lilypond/lilypond-2.18.2-r3.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 @@ -80,7 +80,7 @@ src_prepare() { done # respect AR - sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die + sed -i "s:^AR=ar:AR=$(tc-getAR):" stepmake/stepmake/library-vars.make || die # remove bundled texinfo file (fixes bug #448560) rm tex/texinfo.tex || die -- cgit v1.2.3-65-gdbad