diff --git a/conda/artiq/build.sh b/conda/artiq/build.sh index b3b1f7f73..cae6a8e21 100644 --- a/conda/artiq/build.sh +++ b/conda/artiq/build.sh @@ -3,7 +3,7 @@ set -e $PYTHON setup.py install \ - --install-lib=$SP_DIR \ + --prefix=$PREFIX \ --single-version-externally-managed \ --record=record.txt \ --no-compile