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