]> Pileus Git - ~andy/sunrise/blobdiff - app-admin/ajenti/ajenti-0.6.1.ebuild
app-admin/ajenti: whitespace. Drop || die because of EAPI4
[~andy/sunrise] / app-admin / ajenti / ajenti-0.6.1.ebuild
index ad051c22becd8f9c211840438ddc4906c2c4dc4d..250f81b2fc025c2f2be749a082c23af36dc1569d 100644 (file)
@@ -25,7 +25,6 @@ RDEPEND="dev-python/feedparser
 RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
 
 src_install() {
-        emake DESTDIR="${D}" install || die "emake install failed"
-        doinitd "${FILESDIR}/ajenti" ||  die "doinit install failed"
+       emake DESTDIR="${D}" install
+       doinitd "${FILESDIR}/ajenti"
 }
-