diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 3f57b31300..5ae7433fec 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing version=1.2.2 -revision=1 +revision=2 build_style=go go_import_path="github.com/syncthing/syncthing" go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" @@ -21,6 +21,7 @@ pre_build() { } post_install() { + vinstall etc/firewall-ufw/syncthing 644 etc/ufw/applications.d vlicense LICENSE vdoc README.md }