浏览代码

local path for qtox

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 {