From: Jeroen Roovers Date: Wed, 18 May 2016 08:03:39 +0000 (+0200) Subject: x11-misc/xhkeys: Remove extraneous die(). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3ee1706035684b2fa44df67e01780d0552e3113b;p=gentoo.git x11-misc/xhkeys: Remove extraneous die(). Package-Manager: portage-2.3.0_rc1 --- diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild index 46f044283181..808559c5e93a 100644 --- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild +++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild @@ -29,6 +29,6 @@ PATCHES=( ) src_install() { - dobin xhkeys xhkconf || die + dobin xhkeys xhkconf dodoc README VERSION }