Browse Source

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

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

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

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