commit: 0a873eb151b2d13687b4bd355935812ccdf129a7
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 17:55:31 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 17:55:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a873eb1
games-board/pysolfc: add missing die()
Package-Manager: portage-2.3.0
games-board/pysolfc/pysolfc-2.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-board/pysolfc/pysolfc-2.0-r4.ebuild
b/games-board/pysolfc/pysolfc-2.0-r4.ebuild
index 6c57179..c2ddc64 100644
--- a/games-board/pysolfc/pysolfc-2.0-r4.ebuild
+++ b/games-board/pysolfc/pysolfc-2.0-r4.ebuild
@@ -52,7 +52,7 @@ src_prepare() {
-e "s:share/icons:share/pixmaps:" \
setup.py || die
- mv docs/README{,.txt}
+ mv docs/README{,.txt} || die
}
src_compile() {