Skip to content

Commit

Permalink
games-strategy/dunelegacy: Don't patch configure.ac unnecessarily
Browse files Browse the repository at this point in the history
I did this for completeness but didn't notice it was triggering an
unwanted autoreconf.

Closes: https://bugs.gentoo.org/705196
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Jan 12, 2020
1 parent 6428dd5 commit b31f288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ src_prepare() {
default

# Prepend upstream flags.
sed -i -r 's/^(C.*FLAGS)=[^$]+$/\0" ${\1}"/' configure{,.ac} || die
sed -i -r 's/^(C.*FLAGS)=[^$]+$/\0" ${\1}"/' configure || die
}

src_install() {
Expand Down

0 comments on commit b31f288

Please sign in to comment.