From f46565fe6f3eefd6a8eb1cec7179164f2800b042 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 23 Mar 2016 17:00:53 -0400 Subject: Initial commit --- hstcal/build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hstcal/build.sh (limited to 'hstcal/build.sh') diff --git a/hstcal/build.sh b/hstcal/build.sh new file mode 100644 index 0000000..2507e5d --- /dev/null +++ b/hstcal/build.sh @@ -0,0 +1,5 @@ + + +/usr/bin/python ./waf configure --destdir=$PREFIX +/usr/bin/python ./waf build +/usr/bin/python ./waf install \ No newline at end of file -- cgit