File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUNNING_DIR="$(dirname "$REALPATH")"
2222
2323# Set AppRun environment variables based on config settings
2424[ " $APPRUN_SET_PATH " = " TRUE" ] && export PATH=" $RUNNING_DIR " /usr/bin/:" $RUNNING_DIR " /usr/sbin/:" $RUNNING_DIR " /usr/games/:" $RUNNING_DIR " /bin/:" $RUNNING_DIR " /sbin/:" $PATH "
25- [ " $APPRUN_SET_LD_LIBRARY_PATH " = " TRUE" ] && export LD_LIBRARY_PATH=" $RUNNING_DIR " /usr/lib/:" $RUNNING_DIR " /usr/lib/i386-linux-gnu/:" $RUNNING_DIR " /usr/lib/x86_64-linux-gnu/:" $RUNNING_DIR " /usr/lib32/:" $RUNNING_DIR " /usr/lib64/:" $RUNNING_DIR " /lib/:" $RUNNING_DIR " /lib/i386-linux-gnu/:" $RUNNING_DIR " /lib/x86_64-linux-gnu/:" $RUNNING_DIR " /lib32/:" $RUNNING_DIR " /lib64/:" ${LD_LIBRARY_PATH} " :" $RUNNING_DIR " /usr/lib/x86_64-linux-gnu/pulseaudio"
25+ [ " $APPRUN_SET_LD_LIBRARY_PATH " = " TRUE" ] && export LD_LIBRARY_PATH=" $RUNNING_DIR " /usr/lib/:" $RUNNING_DIR " /usr/lib/i386-linux-gnu/:" $RUNNING_DIR " /usr/lib/x86_64-linux-gnu/:" $RUNNING_DIR " /usr/lib32/:" $RUNNING_DIR " /usr/lib64/:" $RUNNING_DIR " /lib/:" $RUNNING_DIR " /lib/i386-linux-gnu/:" $RUNNING_DIR " /lib/x86_64-linux-gnu/:" $RUNNING_DIR " /lib32/:" $RUNNING_DIR " /lib64/:" ${LD_LIBRARY_PATH} " :" $RUNNING_DIR " /usr/lib/x86_64-linux-gnu/pulseaudio
2626[ " $APPRUN_SET_PYTHONPATH " = " TRUE" ] && export PYTHONPATH=" $RUNNING_DIR " /usr/share/pyshared/:" $PYTHONPATH "
2727[ " $APPRUN_SET_PYTHONHOME " = " TRUE" ] && export PYTHONHOME=" $RUNNING_DIR " /usr/:" $PYTHONHOME "
2828[ " $APPRUN_SET_PYTHONDONTWRITEBYTECODE " = " TRUE" ] && export PYTHONDONTWRITEBYTECODE=1
You can’t perform that action at this time.
0 commit comments