source:
install/g2pkg/bld.bat
@
5105
Last change on this file since 5105 was 3422, checked in by toby, 5 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
1 | if not exist "%PREFIX%\Scripts" ( |
2 | mkdir "%PREFIX%\Scripts" |
3 | if errorlevel 1 exit 1 |
4 | ) |
5 | copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\Scripts\gsas2-install.py |
6 | if errorlevel 1 exit 1 |
Note: See TracBrowser
for help on using the repository browser.