Merge branch 'stretch' of https://github.com/bashrc/freedombone
This commit is contained in:
commit
f224ce22d1
|
@ -525,7 +525,8 @@ make install
|
|||
EOF
|
||||
fi
|
||||
|
||||
cp "$rootdir/usr/local/lib/libtoxcore*" "$rootdir/usr/lib/"
|
||||
# shellcheck disable=SC2086
|
||||
cp $rootdir/usr/local/lib/libtoxcore* "$rootdir/usr/lib/"
|
||||
cp "${rootdir}${INSTALL_DIR}/toxcore/other/bootstrap_daemon/tox-bootstrapd.service" "$rootdir/etc/systemd/system/"
|
||||
sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' "$rootdir/etc/systemd/system/tox-bootstrapd.service"
|
||||
if [ "${rootdir}" ]; then
|
||||
|
|
Loading…
Reference in New Issue