diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-07-07 17:36:33 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-07-07 17:36:33 +0000 |
commit | d65df76fb0a56fe0e26daa8be63d9599b0ecf29e (patch) | |
tree | b67e26fdc38694b56a8c72312ccc2f856ccc9858 /portal-gui/scripts/helper | |
parent | ef6584ea48e9ec99271fb0609d41ffb9c87dc9eb (diff) |
added configure script to ease installation
svn path=/portal-gui/Makefile.in; revision=3357
Diffstat (limited to 'portal-gui/scripts/helper')
-rwxr-xr-x | portal-gui/scripts/helper | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/portal-gui/scripts/helper b/portal-gui/scripts/helper deleted file mode 100755 index 7fd9e8c0..00000000 --- a/portal-gui/scripts/helper +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -NAME=`basename $0` -BASE_PATH=`dirname $0`/../.. -export PYTHONPATH=$BASE_PATH/rpkid:$BASE_PATH/portal-gui -export DJANGO_SETTINGS_MODULE=rpkigui.settings -python `dirname $0`/${NAME}.py $* |