diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-03-05 23:06:29 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-06 22:35:09 +0000 |
commit | ca160ab03625cc7fe4993c0fe908fd1e5e355588 (patch) | |
tree | ef8ec9268b52b6608531a2377183c9328a339041 /games-simulation | |
parent | games-simulation/lincity-ng: Use autotools eclass around autogen.sh (diff) | |
download | gentoo-ca160ab03625cc7fe4993c0fe908fd1e5e355588.tar.gz gentoo-ca160ab03625cc7fe4993c0fe908fd1e5e355588.tar.bz2 gentoo-ca160ab03625cc7fe4993c0fe908fd1e5e355588.zip |
games-simulation/lincity-ng: Install at least some documentation
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild | 5 |
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 |