source: issm/trunk-jpl/externalpackages/cccl/install-win7.sh@ 16924

Last change on this file since 16924 was 16924, checked in by Eric.Larour, 11 years ago

CHG: better level of permission.

  • Property svn:executable set to *
File size: 184 bytes
Line 
1#!/bin/bash
2set -eu
3
4#Some cleanup
5rm -rf install src cccl-0.03
6mkdir install
7mkdir install/bin
8
9#Move cccl into install directory
10cp issm/cccl install/bin
11chmod 755 install/bin/cccl
Note: See TracBrowser for help on using the repository browser.