~plane1/maus/devel_624

« back to all changes in this revision

Viewing changes to third_party/bash/41cpplint.bash

Add citation information

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
if [ -n "${MAUS_ROOT_DIR+x}" ]; then
4
4
 
5
 
    if [ `uname -s` == "Darwin" ]; then
6
 
      cp ${MAUS_ROOT_DIR}/third_party/source/cpplint.py ${MAUS_ROOT_DIR}/third_party/install/Python.framework/Versions/2.7/lib/python2.7/site-packages/cpplint.py
7
 
    else
8
 
      cp ${MAUS_ROOT_DIR}/third_party/source/cpplint.py ${MAUS_ROOT_DIR}/third_party/install/lib/python2.7/site-packages/cpplint.py
9
 
    fi
 
5
    cp ${MAUS_ROOT_DIR}/third_party/source/cpplint.py ${MAUS_ROOT_DIR}/third_party/install/lib/python2.7/site-packages/cpplint.py
10
6
    
11
7
    echo "INFO: The package should be locally build now in your"
12
8
    echo "INFO: third_party directory, which the rest of MAUS will"