summaryrefslogtreecommitdiff
path: root/manualPorts
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-04-21 23:11:27 +0200
committerErich Eckner <git@eckner.net>2021-04-21 23:11:27 +0200
commit7c69cdc129e6ab5bf973e2a2433164622e71858d (patch)
tree774929e9d327c2a89ecb0f1fed30fd8068356086 /manualPorts
parent317a32b2f848c8940898b6bfa0bdd79641479dbe (diff)
downloadcrux-ports-7c69cdc129e6ab5bf973e2a2433164622e71858d.tar.xz
tinc: fix file conflicts
Diffstat (limited to 'manualPorts')
-rw-r--r--manualPorts/tinc/.footprint1
-rw-r--r--manualPorts/tinc/.signature6
-rw-r--r--manualPorts/tinc/Pkgfile1
3 files changed, 4 insertions, 4 deletions
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"
}