summaryrefslogtreecommitdiff
path: root/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild')
-rw-r--r--app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
index 06043457fe0c..02efd90850fc 100644
--- a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
+++ b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
@@ -49,16 +49,15 @@ src_configure() {
--without-ctlib \
--without-mssql \
$(use_enable ssl) \
- $(use_enable doc docs) \
- || die "econf failed"
+ $(use_enable doc docs)
}
src_install() {
- emake DESTDIR="${D}" install || die "failed emake install"
+ emake DESTDIR="${D}" install
if use doc; then
- emake doc/userguide.html || die "emake docs failed"
- dohtml doc/userguide.html || die "userguide.html not found"
+ emake doc/userguide.html
+ dohtml doc/userguide.html
fi
newinitd "${FILESDIR}"/kannel-sqlbox.initd kannel-sqlbox