diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-23 17:08:00 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-23 17:08:00 +0100 |
commit | 0a676373d38d1c5304577372666a94dc1af38081 (patch) | |
tree | da2952ec9b32b3665fd3f3c4ed5a730b4a703c21 | |
parent | 496d07d50118bd080e573686f65ed16e39be8f5b (diff) | |
download | astra-0a676373d38d1c5304577372666a94dc1af38081.tar.gz astra-0a676373d38d1c5304577372666a94dc1af38081.tar.bz2 astra-0a676373d38d1c5304577372666a94dc1af38081.tar.xz astra-0a676373d38d1c5304577372666a94dc1af38081.zip |
Fix 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 |