summaryrefslogtreecommitdiff
path: root/net-p2p/classified-ads
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/classified-ads')
-rw-r--r--net-p2p/classified-ads/classified-ads-0.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/classified-ads/classified-ads-0.10.ebuild b/net-p2p/classified-ads/classified-ads-0.10.ebuild
index 1a490717b62..9c0d7ae0791 100644
--- a/net-p2p/classified-ads/classified-ads-0.10.ebuild
+++ b/net-p2p/classified-ads/classified-ads-0.10.ebuild
@@ -61,12 +61,12 @@ src_configure() {
src_compile() {
emake
if use doc; then
- pushd doc || die
+ pushd doc >> /dev/null || die
doxygen || die
popd >> /dev/null || die
fi
if use test; then
- pushd test || die
+ pushd test >> /dev/null || die
emake
popd >> /dev/null || die
fi