x11-misc/xhkeys: Remove extraneous die().

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Jeroen Roovers
2016-05-18 10:03:39 +02:00
parent fe56143666
commit 3ee1706035

View File

@@ -29,6 +29,6 @@ PATCHES=(
)
src_install() {
dobin xhkeys xhkconf || die
dobin xhkeys xhkconf
dodoc README VERSION
}