Selaa lähdekoodia

qtox is not installed to local

Bob Mottram 8 vuotta sitten
vanhempi
commit
fad9ce7e88
No account linked to committer's email
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-app-tox

+ 1
- 1
src/freedombone-app-tox Näytä tiedosto

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