source: install/g2pkg/bld.bat @ 4678

Last change on this file since 4678 was 3422, checked in by toby, 6 years ago

packaging corrections from anaconda support

File size: 188 bytes
Line 
1if not exist "%PREFIX%\Scripts" (
2   mkdir "%PREFIX%\Scripts"
3   if errorlevel 1 exit 1
4)
5copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\Scripts\gsas2-install.py
6if errorlevel 1 exit 1
Note: See TracBrowser for help on using the repository browser.