source: install/g2pkg/post-link.sh @ 2358

Last change on this file since 2358 was 2171, checked in by toby, 7 years ago

single-step installer, as implemented for Mac

File size: 227 bytes
Line 
1#!/bin/bash
2echo "Preparing to install GSAS-II from APS subversion server"
3mkdir $PREFIX/GSASII
4cp $PREFIX/bin/gsas2-install.py $PREFIX/GSASII/bootstrap.py
5echo $PREFIX/bin/python
6$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py
Note: See TracBrowser for help on using the repository browser.