source:
install/g2pkg/post-link.sh
@
3934
Last change on this file since 3934 was 2171, checked in by toby, 8 years ago | |
---|---|
File size: 227 bytes |
Rev | Line | |
---|---|---|
[2171] | 1 | #!/bin/bash |
2 | echo "Preparing to install GSAS-II from APS subversion server" | |
3 | mkdir $PREFIX/GSASII | |
4 | cp $PREFIX/bin/gsas2-install.py $PREFIX/GSASII/bootstrap.py | |
5 | echo $PREFIX/bin/python | |
6 | $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py |
Note: See TracBrowser
for help on using the repository browser.