From df09529d80bdb6756cb9884698076b187c28cad0 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 22 Oct 2022 14:39:15 +0300 Subject: [PATCH] add man install --- syncthing/lure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/syncthing/lure.sh b/syncthing/lure.sh index 15f8e95..8c85ae9 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -20,6 +20,7 @@ checksums=('SKIP') #build package() { install -Dm755 syncthing "${pkgdir}/usr/bin/syncthing" +install -Dm644 man/strelaysrv.1 "${pkgdir}/usr/share/man/man1/${name}.1" install -Dm644 README.md "${pkgdir}/usr/share/doc/syncthing/README.md" install -Dm644 "etc/linux-systemd/system/syncthing-resume.service" "${pkgdir}/usr/lib/systemd/system/syncthing-resume.service" install -Dm644 "etc/linux-systemd/system/syncthing@.service" "${pkgdir}/usr/lib/systemd/system/syncthing@.service"