Changeset 2315 for install/g2pkg/bld.bat


Ignore:
Timestamp:
Jun 10, 2016 6:16:17 PM (7 years ago)
Author:
toby
Message:

seems to work, but problem in updating install.bat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2pkg/bld.bat

    r2171 r2315  
    1 "%PYTHON%" install.py
     1mkdir %PREFIX%\Scripts
    22if errorlevel 1 exit 1
     3copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\Scripts\gsas2-install.py
     4if errorlevel 1 exit 1
     5copy %RECIPE_DIR%\src\install.bat %PREFIX%\Scripts\install-gsas2.bat
     6if errorlevel 1 exit 1
Note: See TracChangeset for help on using the changeset viewer.