Changeset 289
- Timestamp:
- 01/24/05 17:56:42 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/install.sh
r217 r289 15 15 libdir='lib' 16 16 # the python files to install 17 srcfiles="__init__.py asap rc.py asapmath.py scantable.py asapreader.py asaplot.py asapfitter.py asapplotter.py"17 srcfiles="__init__.py asapmath.py scantable.py asapreader.py asaplot.py asapfitter.py asapplotter.py" 18 18 # the libraries to install 19 19 libfiles='_asap.so' … … 50 50 cp -f ${SRCDIR}/${libdir}/${f} ${ASAPDIR}/ 51 51 done 52 chmod -R g+w ${ASAPDIR} 52 53 echo "Successfully installed the asap module into ${ASAPDIR}" 53 54
Note:
See TracChangeset
for help on using the changeset viewer.