Skip to content

Commit

Permalink
media-libs/aubio: Install python last so that cwd is not changed too …
Browse files Browse the repository at this point in the history
…early. Bug #565002 by nilburn.

Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Nov 10, 2015
1 parent bcf4283 commit 36e5bc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions media-libs/aubio/aubio-0.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ src_test() {
src_install() {
waf-utils_src_install

if use python ; then
cd "${PYTHON_SRC_DIR}" || die
DOCS="" distutils-r1_src_install
newdoc README README.python
fi

if use doc; then
dohtml -r doc/full/html/.
dodoc doc/*.txt
Expand All @@ -103,4 +97,10 @@ src_install() {
# install dist_noinst_SCRIPTS from Makefile.am
dodoc -r examples
fi

if use python ; then
cd "${PYTHON_SRC_DIR}" || die
DOCS="" distutils-r1_src_install
newdoc README README.python
fi
}

0 comments on commit 36e5bc6

Please sign in to comment.