summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/hexcurse/hexcurse-1.55.ebuild')
-rw-r--r--app-editors/hexcurse/hexcurse-1.55.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild
index d1d3c8134882..c0d5399a72b6 100644
--- a/app-editors/hexcurse/hexcurse-1.55.ebuild
+++ b/app-editors/hexcurse/hexcurse-1.55.ebuild
@@ -26,6 +26,6 @@ src_prepare() {
}
src_install() {
- emake install DESTDIR="${D}" || die "Install failed"
+ emake install DESTDIR="${D}"
dodoc AUTHORS ChangeLog NEWS README
}