From fd78bbc2ba54cad2ae26019669c74a2c05464c9f Mon Sep 17 00:00:00 2001 From: resdb Date: Sat, 22 Oct 2011 14:43:31 -0500 Subject: removed splice3 and added splicex --- contrib/splicex/configure | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 contrib/splicex/configure (limited to 'contrib/splicex/configure') diff --git a/contrib/splicex/configure b/contrib/splicex/configure new file mode 100755 index 0000000..4b000f1 --- /dev/null +++ b/contrib/splicex/configure @@ -0,0 +1,21 @@ +#!/bin/bash +echo 'checking for python2.7' +if which python >/dev/null; then + : +else + echo 'python not found. Quiting... :-(' + exit 1 +fi + +echo 'checking for man' +if which man >/dev/null; then + : +else + echo 'man not found. Quiting... :-(' + exit 1 +fi + +echo 'configuring path to python' +PYPATH=`which python` +sed -e s^PYTHON^"$PYPATH"^g LINUX/splicex.py >LINUX/splicex.cp +sed -e s^PYTHON^"$PYPATH"^g LINUX/splicex-deshadow.py >LINUX/splicex-deshadow.cp -- cgit v1.2.3