qtox is not installed to local

This commit is contained in:
Bob Mottram 2016-08-02 12:58:45 +01:00
parent 58215c6de5
commit fad9ce7e88
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ qmake
make
make install
EOF
if [ ! -f /usr/local/bin/qtox ]; then
if [ ! -f /usr/bin/qtox ]; then
exit 75784
fi
}