From: Chip Black Date: Mon, 4 Jan 2010 09:08:56 +0000 (-0600) Subject: Rejigger lib path X-Git-Url: http://git.bytex64.net/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=WebThing.git Rejigger lib path --- diff --git a/WebThing b/WebThing index 1f48064..25cddfd 100755 --- a/WebThing +++ b/WebThing @@ -6,6 +6,6 @@ export WEBTHING_HOME=`dirname "$0"` # architecture, yet. cd "$WEBTHING_HOME" -export LD_LIBRARY_PATH=$WEBTHING_HOME:$WEBTHING_HOME/plugins:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=$WEBTHING_HOME/lib:$WEBTHING_HOME/plugins:$LD_LIBRARY_PATH -exec mono $WEBTHING_HOME/WebThingMain.exe "$@" +exec mono $WEBTHING_HOME/WebThingMain.exe "$@" >/dev/null 2>&1