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/splice3/setup | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 contrib/splice3/setup (limited to 'contrib/splice3/setup') diff --git a/contrib/splice3/setup b/contrib/splice3/setup deleted file mode 100755 index 109f9d4..0000000 --- a/contrib/splice3/setup +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -echo 'checking for python2.7' -if which python2.7 >/dev/null; then - : -else - echo 'python2.7 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 python2.7' -PYPATH=`which python2.7` -sed -e s^PYTHON^"$PYPATH"^g LINUX/splice3.py >LINUX/splice3.cp -sed -e s^PYTHON^"$PYPATH"^g LINUX/splice3-deshadow.py >LINUX/splice3-deshadow.cp -- cgit v1.2.3