summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/paxtest/paxtest-0.9.15-r1.ebuild')
-rw-r--r--app-admin/paxtest/paxtest-0.9.15-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/paxtest/paxtest-0.9.15-r1.ebuild b/app-admin/paxtest/paxtest-0.9.15-r1.ebuild
index 4fe8a445c276..2919e526c917 100644
--- a/app-admin/paxtest/paxtest-0.9.15-r1.ebuild
+++ b/app-admin/paxtest/paxtest-0.9.15-r1.ebuild
@@ -33,12 +33,12 @@ src_prepare() {
}
src_compile() {
- emake RUNDIR=/usr/$(get_libdir)/paxtest || die
+ emake RUNDIR=/usr/$(get_libdir)/paxtest
}
src_install() {
- emake DESTDIR="${D}" BINDIR=/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest install || die
+ emake DESTDIR="${D}" BINDIR=/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest install
- newman debian/manpage.1.ex paxtest.1 || die
- dodoc ChangeLog README || die
+ newman debian/manpage.1.ex paxtest.1
+ dodoc ChangeLog README
}