diff options
Diffstat (limited to 'python/conda/build.sh')
-rw-r--r-- | python/conda/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/conda/build.sh b/python/conda/build.sh index 13ae3f8..fb3760c 100644 --- a/python/conda/build.sh +++ b/python/conda/build.sh @@ -5,4 +5,4 @@ if [ $MAKEOPTS == '<UNDEFINED>' ] then MAKEOPTS="" fi -make $MAKEOPTS python-root-install
\ No newline at end of file +make $MAKEOPTS install |