File tree Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd`
5
5
6
6
cd -P ${basedir}
7
7
8
- export QT_DEBUG_PLUGINS=1
9
- export PYTHONHOME=${basedir}
10
- export PYTHONPATH=${basedir} /local/lib/python3.6/:${basedir} /local/lib/python3.6/lib-dynload/:${basedir} /local/lib/python3.6/site-packages/:${basedir} /local/lib64/python3.6/site-packages/
11
- export LD_LIBRARY_PATH=${basedir} /local/lib64:${basedir} /lib
8
+ # export QT_DEBUG_PLUGINS=1
9
+ export LD_LIBRARY_PATH=${basedir} /lib:$LD_LIBRARY_PATH
12
10
13
- ${basedir} /bin/assistant $@
11
+ chmod +x ${basedir} /bin/assistant
12
+ ${basedir} /bin/assistant $@ &
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ basedir=`cd $basedir;pwd`
5
5
6
6
cd -P ${basedir}
7
7
8
- export QT_DEBUG_PLUGINS=1
8
+ # export QT_DEBUG_PLUGINS=1
9
9
export PYTHONHOME=${basedir}
10
10
export PYTHONPATH=${basedir} /local/lib/python3.6/:${basedir} /local/lib/python3.6/lib-dynload/:${basedir} /local/lib/python3.6/site-packages/:${basedir} /local/lib64/python3.6/site-packages/
11
11
export LD_LIBRARY_PATH=${basedir} /local/lib64:${basedir} /lib
12
12
13
- ${basedir} /bin/designer $@
13
+ chmod +x ${basedir} /bin/designer
14
+ ${basedir} /bin/designer $@ &
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd`
5
5
6
6
cd -P ${basedir}
7
7
8
- export QT_DEBUG_PLUGINS=1
9
- export PYTHONHOME=${basedir}
10
- export PYTHONPATH=${basedir} /local/lib/python3.6/:${basedir} /local/lib/python3.6/lib-dynload/:${basedir} /local/lib/python3.6/site-packages/:${basedir} /local/lib64/python3.6/site-packages/
11
- export LD_LIBRARY_PATH=${basedir} /local/lib64:${basedir} /lib
8
+ # export QT_DEBUG_PLUGINS=1
9
+ export LD_LIBRARY_PATH=${basedir} /lib:$LD_LIBRARY_PATH
12
10
13
- ${basedir} /bin/linguist $@
11
+ chmod +x ${basedir} /bin/linguist
12
+ ${basedir} /bin/linguist $@ &
You can’t perform that action at this time.
0 commit comments