Skip to content

Commit

Permalink
dev-vcs/git-merge-changelog: Fix sed expression.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
ulm committed Feb 9, 2017
1 parent f19183b commit 8520dc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ S="${WORKDIR}/${PN}"

src_install() {
emake DESTDIR="${D}" install
sed -n "/README/{h;:x;n;/^#/!{H;bx};g;s/\n*$//;\
s:/usr/local:${EPREFIX}/usr:g;p;q}" gllib/git-merge-changelog.c \
sed -n "/README/{h;:x;n;/^#/!{H;bx;};g;s/\n*$//;\
s:/usr/local:${EPREFIX}/usr:g;p;q;}" gllib/git-merge-changelog.c \
| newdoc - README; assert
}

0 comments on commit 8520dc5

Please sign in to comment.