x11-misc/xhkeys: Remove extraneous die().
authorJeroen Roovers <jer@gentoo.org>
Wed, 18 May 2016 08:03:39 +0000 (10:03 +0200)
committerJeroen Roovers <jer@gentoo.org>
Wed, 18 May 2016 08:09:47 +0000 (10:09 +0200)
Package-Manager: portage-2.3.0_rc1

x11-misc/xhkeys/xhkeys-2.2.1.ebuild

index 46f0442831813a9296474d0dadb05fce772f831a..808559c5e93a1eed90dedc7ef6afabd424183f5b 100644 (file)
@@ -29,6 +29,6 @@ PATCHES=(
 )
 
 src_install() {
-       dobin xhkeys xhkconf || die
+       dobin xhkeys xhkconf
        dodoc README VERSION
 }