Skip to content

Commit

Permalink
libmusicbrainz2: Adjusting the build to actually do something if in_d…
Browse files Browse the repository at this point in the history
…epends equals Python.
  • Loading branch information
stumbles committed Oct 11, 2014
1 parent 93a6f45 commit 9a219a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions audio/libmusicbrainz2/BUILD
@@ -1,7 +1,10 @@
(

patch_it $SOURCE2 0 &&

default_build
default_build &&

) > $C_FIFO 2>&1
if in_depends $MODULE Python ; then
cd python &&
python setup.py build &&
python setup.py install
fi

0 comments on commit 9a219a7

Please sign in to comment.