projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe56143
)
x11-misc/xhkeys: Remove extraneous die().
author
Jeroen Roovers
<jer@gentoo.org>
Wed, 18 May 2016 08:03:39 +0000
(10:03 +0200)
committer
Jeroen 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
patch
|
blob
|
history
diff --git
a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
index 46f0442831813a9296474d0dadb05fce772f831a..808559c5e93a1eed90dedc7ef6afabd424183f5b 100644
(file)
--- 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
}