Bob Mottram 8 anni fa
parent
commit
da46b636db
No account linked to committer's email
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-app-tox

+ 1
- 1
src/freedombone-app-tox Vedi File

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