summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
index 45efc9209306..264541ba5b17 100644
--- a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
+++ b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
@@ -31,8 +31,9 @@ S="${WORKDIR}/${PN}-${P/_/-}"
src_prepare() {
default
- sed -i "/COPYING COPYING-data.txt COPYING-fonts.txt CREDITS /d" \
- Jamfile || die
+
+ # Missing CREDITS files actually breaks the install.
+ sed -i -r "s/\b(COPYING[^ ]*|CREDITS)\b//g" Jamfile || die
# Can't use eautoreconf as it does weird jam stuff.
autotools_run_tool ./autogen.sh