dev-util/spirv-tools: Remove unnecessary "die" call
authorNick Sarnie <commendsarnex@gmail.com>
Sat, 14 Apr 2018 20:14:08 +0000 (16:14 -0400)
committerMatt Turner <mattst88@gentoo.org>
Sat, 14 Apr 2018 20:53:45 +0000 (13:53 -0700)
Closes: https://github.com/gentoo/gentoo/pull/8006

dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild

index 79312b8aeabe0f11fbb48e625da1099921e65221..fa84f40f6b7e7a2d0c515b5e7c5dc85b869942a6 100644 (file)
@@ -32,5 +32,5 @@ multilib_src_install() {
        default
        echo "${UPSTREAM_COMMIT}" > "${PN}-commit.h" || die
        insinto /usr/include/"${PN}"
-       doins  "${PN}-commit.h" || die
+       doins  "${PN}-commit.h"
 }