commit: 36bf77995b2d8aab9e2b3d77225dd268451c8860
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 10:32:12 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 10:32:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bf7799
games-util/qjoypad: Add missing || die, drop dodoc
Thanks-to: Soap
Package-Manager: Portage-2.3.19, Repoman-2.3.6
games-util/qjoypad/qjoypad-4.3.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/games-util/qjoypad/qjoypad-4.3.0.ebuild
b/games-util/qjoypad/qjoypad-4.3.0.ebuild
index 690f1076245..7ef61b163cd 100644
--- a/games-util/qjoypad/qjoypad-4.3.0.ebuild
+++ b/games-util/qjoypad/qjoypad-4.3.0.ebuild
@@ -33,8 +33,7 @@ src_install() {
cmake-utils_src_install
local i
- dodoc README.md
- cd icons
+ cd icons || die
for i in *.png; do
newicon ${i} ${i/gamepad/qjoypad}
done