File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ cd -P ${basedir}
88# export QT_DEBUG_PLUGINS=1
99export LD_LIBRARY_PATH=${basedir} /lib:$LD_LIBRARY_PATH
1010
11- chmod +x ${basedir} /bin/assistant
11+ chmod -R +x ${basedir} /bin/*
1212${basedir} /bin/assistant $@ &
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ export PYTHONHOME=${basedir}
1010export 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/
1111export LD_LIBRARY_PATH=${basedir} /local/lib64:${basedir} /lib
1212
13- chmod +x ${basedir} /bin/designer
13+ chmod -R +x ${basedir} /bin/*
1414${basedir} /bin/designer $@ &
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ cd -P ${basedir}
88# export QT_DEBUG_PLUGINS=1
99export LD_LIBRARY_PATH=${basedir} /lib:$LD_LIBRARY_PATH
1010
11- chmod +x ${basedir} /bin/linguist
11+ chmod -R +x ${basedir} /bin/*
1212${basedir} /bin/linguist $@ &
You can’t perform that action at this time.
0 commit comments