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
 make
165
 make
166
 make install
166
 make install
167
 EOF
167
 EOF
168
-    if [ ! -f ${rootdir}/usr/bin/qtox ]; then
168
+    if [ ! -f ${rootdir}/usr/local/bin/qtox ]; then
169
         exit 75784
169
         exit 75784
170
     fi
170
     fi
171
+    cp ${rootdir}/usr/local/bin/qtox ${rootdir}/usr/bin/qtox
171
 }
172
 }
172
 
173
 
173
 function reconfigure_tox {
174
 function reconfigure_tox {