Bob Mottram пре 8 година
родитељ
комит
b776fbf0d6
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2
    1
      src/freedombone-app-tox

+ 2
- 1
src/freedombone-app-tox Прегледај датотеку

@@ -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 {