diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-05-18 10:03:39 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-05-18 10:09:47 +0200 |
commit | 3ee1706035684b2fa44df67e01780d0552e3113b (patch) | |
tree | 0c5fe1164a4f2e4ad451b9b6a874ad0e11bd2c30 /x11-misc/xhkeys | |
parent | x11-misc/xhkeys: Clean up patch/ebuild. (diff) | |
download | gentoo-3ee1706035684b2fa44df67e01780d0552e3113b.tar.gz gentoo-3ee1706035684b2fa44df67e01780d0552e3113b.tar.bz2 gentoo-3ee1706035684b2fa44df67e01780d0552e3113b.zip |
x11-misc/xhkeys: Remove extraneous die().
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'x11-misc/xhkeys')
-rw-r--r-- | x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |