summaryrefslogtreecommitdiff
path: root/hstcal/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hstcal/build.sh')
-rw-r--r--hstcal/build.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/hstcal/build.sh b/hstcal/build.sh
index 2507e5d..275a297 100644
--- a/hstcal/build.sh
+++ b/hstcal/build.sh
@@ -1,5 +1,3 @@
-
-
-/usr/bin/python ./waf configure --destdir=$PREFIX
-/usr/bin/python ./waf build
-/usr/bin/python ./waf install \ No newline at end of file
+./waf configure --prefix=$PREFIX
+./waf build
+./waf install