media-gfx/povray: redirect pushd/popd output

Package-Manager: portage-2.3.0
This commit is contained in:
David Seifert
2016-07-04 22:30:04 +02:00
parent f86f25a0f9
commit 8eb4a9d695

View File

@@ -50,8 +50,8 @@ src_prepare() {
PATCHES+=( "${FILESDIR}"/${PN}-3.7.0_rc6-darwin-defaults.patch )
eapply "${FILESDIR}"/${PF}-boost-1.50.patch
pushd unix
pushd config
pushd unix &>/dev/null || die
pushd config &>/dev/null || die
rm -rf \
acx_pthread.m4 \
ax_boost_base.m4 \
@@ -59,9 +59,9 @@ src_prepare() {
ax_compare_version.m4 \
ax_compiler_vendor.m4 \
ax_compiler_version.m4 || die
popd
popd &>/dev/null || die
bash -x prebuild.sh || die
popd
popd &>/dev/null || die
rm -rf libraries || die