Changeset 289


Ignore:
Timestamp:
01/24/05 17:56:42 (19 years ago)
Author:
kil064
Message:

remove no-longer present install file
change group protections at end of install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/install.sh

    r217 r289  
    1515libdir='lib'
    1616# the python files to install
    17 srcfiles="__init__.py asaprc.py asapmath.py scantable.py asapreader.py asaplot.py asapfitter.py asapplotter.py"
     17srcfiles="__init__.py asapmath.py scantable.py asapreader.py asaplot.py asapfitter.py asapplotter.py"
    1818# the libraries to install
    1919libfiles='_asap.so'
     
    5050    cp -f ${SRCDIR}/${libdir}/${f} ${ASAPDIR}/
    5151done
     52chmod -R g+w ${ASAPDIR}
    5253echo "Successfully installed the asap module into ${ASAPDIR}"
    5354
Note: See TracChangeset for help on using the changeset viewer.