mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-gfx/povray: redirect pushd/popd output
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user