diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-07-08 16:22:31 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-07-08 16:22:31 +0000 |
commit | 5272332c6f1ae1b4cb526e98facdd73dcf0b4e38 (patch) | |
tree | aedceaaae4b0d6ea84d8a2568e47c70de6aa0370 /portal-gui/scripts/helper.in | |
parent | d3e7b08893cdbb90676b58b1b88ec4b2129534f3 (diff) |
make configure output additional info about installation paths for debugging
automatically set the proper paths in django.wsgi
use $INSTDIR for referring to installed portal-gui sources
svn path=/portal-gui/Makefile.in; revision=3365
Diffstat (limited to 'portal-gui/scripts/helper.in')
-rwxr-xr-x | portal-gui/scripts/helper.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/portal-gui/scripts/helper.in b/portal-gui/scripts/helper.in index 99082ba3..518baf4b 100755 --- a/portal-gui/scripts/helper.in +++ b/portal-gui/scripts/helper.in @@ -6,8 +6,7 @@ # # @configure_input@ -prefix=@prefix@ -src=@datarootdir@/@PACKAGE_NAME@ +src=@INSTDIR@ export PYTHONPATH=@MYRPKIDIR@:$src export DJANGO_SETTINGS_MODULE=rpkigui.settings @PYTHON@ $src/scripts/`basename $0`.py $* |