浏览代码

Merge branch 'stretch' of https://github.com/bashrc/freedombone

Bob Mottram 7 年前
父节点
当前提交
f224ce22d1
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/freedombone-app-tox

+ 2
- 1
src/freedombone-app-tox 查看文件

@@ -525,7 +525,8 @@ make install
525 525
 EOF
526 526
     fi
527 527
 
528
-    cp "$rootdir/usr/local/lib/libtoxcore*" "$rootdir/usr/lib/"
528
+    # shellcheck disable=SC2086
529
+    cp $rootdir/usr/local/lib/libtoxcore* "$rootdir/usr/lib/"
529 530
     cp "${rootdir}${INSTALL_DIR}/toxcore/other/bootstrap_daemon/tox-bootstrapd.service" "$rootdir/etc/systemd/system/"
530 531
     sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' "$rootdir/etc/systemd/system/tox-bootstrapd.service"
531 532
     if [ "${rootdir}" ]; then