games-util/qjoypad: Add missing || die, drop dodoc
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 21 Dec 2017 10:32:12 +0000 (11:32 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 21 Dec 2017 10:32:30 +0000 (11:32 +0100)
Thanks-to: Soap
Package-Manager: Portage-2.3.19, Repoman-2.3.6

games-util/qjoypad/qjoypad-4.3.0.ebuild

index 690f1076245fd1f6c612dca52dec731765b316ca..7ef61b163cdd0c15a9da3d6a307c74163560d08a 100644 (file)
@@ -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