From 7c69cdc129e6ab5bf973e2a2433164622e71858d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 21 Apr 2021 23:11:27 +0200 Subject: tinc: fix file conflicts --- manualPorts/tinc/.footprint | 1 - manualPorts/tinc/.signature | 6 +++--- manualPorts/tinc/Pkgfile | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'manualPorts/tinc') diff --git a/manualPorts/tinc/.footprint b/manualPorts/tinc/.footprint index 85cedd7..4def84e 100644 --- a/manualPorts/tinc/.footprint +++ b/manualPorts/tinc/.footprint @@ -3,7 +3,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/tincd drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/info/ --rw-r--r-- root/root usr/share/info/dir -rw-r--r-- root/root usr/share/info/tinc.info drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man5/ diff --git a/manualPorts/tinc/.signature b/manualPorts/tinc/.signature index 79e9de0..0a371b3 100644 --- a/manualPorts/tinc/.signature +++ b/manualPorts/tinc/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGtFvR0UhlQR5eAvGCqiloMcl7iGrsJAKbRnlnT2gNEkT7Y/2flZdntwz7CW94LaTlE+q6Ji6DpI4MnaWZxNfiA0= -SHA256 (Pkgfile) = 787d68ac9ad79780da2f85f2def1e6f507be50683b1e4f13765658c8c5e899a5 -SHA256 (.footprint) = 04a45902ac1984f718b3a79c7cb8c6feaa7266e1705c0559de3d87c175af1051 +RWQxCptPusLGGk5n4QqIu4vL4Z/bwOYELKrkuUH9eCiGGefVsHQazlu2nzLbMmD3iyGzAfVP/Nrg6Qlgep+h1V1N4f3Rxw/P2As= +SHA256 (Pkgfile) = 0b91c090f194f86d2347c31c8225795594656cee2fc636e674df869868dfb1d7 +SHA256 (.footprint) = 64fd9502ba488349b9bba48f8ce2c2646e2876cb9a27bdd50f2e801585ea9c2f SHA256 (tinc-1.0.36.tar.gz) = 40f73bb3facc480effe0e771442a706ff0488edea7a5f2505d4ccb2aa8163108 SHA256 (graph.patch) = abbfb72bb094d3974294bfcc654f1651eab825ff13c1e5e676272c3b9e78d512 diff --git a/manualPorts/tinc/Pkgfile b/manualPorts/tinc/Pkgfile index 4b28c49..638a2f0 100644 --- a/manualPorts/tinc/Pkgfile +++ b/manualPorts/tinc/Pkgfile @@ -23,4 +23,5 @@ build() { cp -a doc/sample-config/. "$PKG"/usr/share/tinc/examples/ find "$PKG"/usr/share/tinc/examples -type f -exec chmod 644 {} + find "$PKG"/usr/share/tinc/examples -type d -exec chmod 755 {} + + rm "$PKG/usr/share/info/dir" } -- cgit v1.2.3-54-g00ecf