diff --git a/conda.recipe/bld.bat b/conda.recipe/bld.bat index 6fd10287d9..9001256ccd 100644 --- a/conda.recipe/bld.bat +++ b/conda.recipe/bld.bat @@ -2,7 +2,6 @@ python setup.py install --single-version-externally-managed --record=record.txt if errorlevel 1 exit 1 del %SCRIPTS%\conda-init -if errorlevel 1 exit 1 copy bdist_conda.py %PREFIX%\Lib\distutils\command\ if errorlevel 1 exit 1