comparison bin/unix/parpg.in @ 2:e2a8e3805b04

Made parpg-core the main repository to pull from and build. * Added parpg-assets as a subrepo under the data folder. * Moved the SConstruct script into parpg-core and modified it to build and install parpg-assets as well. * Made a few minor changes to the SConstruct file from the defunct parpg-main repository. * Modified unix parpg executable script template to be more forgiving of installing the parpg Python package outside of PYTHONPATH. * Updated the .hgignore file to include temporary SCons files.
author M. George Hansen <technopolitica@gmail.com>
date Sun, 15 May 2011 14:51:41 -0700
parents 1fd2201f5c36
children
comparison
equal deleted inserted replaced
0:1fd2201f5c36 2:e2a8e3805b04
1 #!/bin/sh 1 #!/bin/sh
2 2
3 @PYTHON@ "@PY_LIB_DIR@/main.py" -m "@PY_LIB_DIR@" "@SYS_CONF_DIR@/system.cfg" 3 export PYTHONPATH="$PYTHONPATH:@PY_LIB_DIR@"
4 @PYTHON@ -m "parpg.main" "@SYS_CONF_DIR@"
4 5