From 2345a50a1a0ad26b8a1d835bf6e73a53ebe3dd5a Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 3 Apr 2019 08:59:07 +0200 Subject: [PATCH] [syncthing] update from 1.1.0 to 1.1.1 added more utils: stcli command line tool stevents get st events stcompdirs compare folders stvanity create readable IDs stfindignored hmmm stfileinfo get file information stwatchfile watch file stsigtool key utility --- syncthing.be0 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/syncthing.be0 b/syncthing.be0 index b587d94d0..7a04f089e 100755 --- a/syncthing.be0 +++ b/syncthing.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION syncthing-1.1.0-0 +# BEE_VERSION syncthing-1.1.1-1 ## The source URL(s) array SRCURL[0]="https://github.com/syncthing/syncthing/releases/download/v${PKGVERSION}/syncthing-source-v${PKGVERSION}.tar.gz syncthing-v${PKGVERSION}.tar.gz" @@ -39,7 +39,9 @@ mee_build() { mee_install() { mkdir -p ${D}/usr/bin - cp ${S}/bin/syncthing ${D}/usr/bin + for b in syncthing stcli stevents stcompdirs stvanity stfindignored stfileinfo stwatchfile stsigtool; do + cp ${S}/bin/$b ${D}/usr/bin + done mkdir -p ${D}/usr/share/man/man1 cp ${S}/man/syncthing.1 ${D}/usr/share/man/man1