Browse Source

local path for qtox

Bob Mottram 8 years ago
parent
commit
b776fbf0d6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-app-tox

+ 2
- 1
src/freedombone-app-tox View File

@@ -165,9 +165,10 @@ cmake .
165 165
 make
166 166
 make install
167 167
 EOF
168
-    if [ ! -f ${rootdir}/usr/bin/qtox ]; then
168
+    if [ ! -f ${rootdir}/usr/local/bin/qtox ]; then
169 169
         exit 75784
170 170
     fi
171
+    cp ${rootdir}/usr/local/bin/qtox ${rootdir}/usr/bin/qtox
171 172
 }
172 173
 
173 174
 function reconfigure_tox {