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