source:
install/g2pkg/bld.bat
@
4239
Last change on this file since 4239 was 3422, checked in by toby, 6 years ago | |
---|---|
File size: 188 bytes |
Rev | Line | |
---|---|---|
[3422] | 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.