diff options
author | 2017-11-26 19:51:36 +0100 | |
---|---|---|
committer | 2017-11-30 15:46:00 +0100 | |
commit | 8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba (patch) | |
tree | 1774340b58ff712a6c18dbcf3cacc241849958f4 /media-sound/lilypond/lilypond-9999.ebuild | |
parent | media-sound/lilypond: remove old. (diff) | |
download | gentoo-8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba.tar.gz gentoo-8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba.tar.bz2 gentoo-8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba.zip |
media-sound/lilypond: fix sed invocation.
Closes: https://bugs.gentoo.org/629496
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-sound/lilypond/lilypond-9999.ebuild')
-rw-r--r-- | media-sound/lilypond/lilypond-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 5dd683dc4186..3fae42dbe7e2 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -85,7 +85,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 |