added hosts helper
This commit is contained in:
parent
6c5938990e
commit
00fa0db118
7 changed files with 10 additions and 6 deletions
|
@ -19,6 +19,10 @@ if pacman -Qm android-sdk-build-tools &>/dev/null; then
|
|||
asdkver="$(pacman -Qm android-sdk-build-tools | awk '{print $2}' | cut -d'-' -f1 | cut -d'r' -f2)"
|
||||
path+=(/opt/android-sdk/build-tools/${asdkver}); # Android SDK
|
||||
fi
|
||||
|
||||
if test -d /games; then
|
||||
path+=(/games/weidu/bin/amd64)
|
||||
fi
|
||||
path+=(/opt/phalcon-devtools)
|
||||
|
||||
PTOOLSPATH="/opt/phalcon-devtools/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue