diff options
author | Erich Eckner <git@eckner.net> | 2021-04-22 08:58:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-04-22 08:58:44 +0200 |
commit | e87f1e8155152d8d23583c9cb8b1892abc55a2ab (patch) | |
tree | 8b9110d840161f794a1e94860a96b2e5cb55e59f /manualPorts | |
parent | 54d214ee2c67fae4d4564aecb48f700fa1ef8d1d (diff) | |
download | crux-ports-e87f1e8155152d8d23583c9cb8b1892abc55a2ab.tar.xz |
tinc: make build not fail on missing /usr/share/info/dir
Diffstat (limited to 'manualPorts')
-rw-r--r-- | manualPorts/tinc/.signature | 4 | ||||
-rw-r--r-- | manualPorts/tinc/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/manualPorts/tinc/.signature b/manualPorts/tinc/.signature index 0a371b3..08fb7e4 100644 --- a/manualPorts/tinc/.signature +++ b/manualPorts/tinc/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGk5n4QqIu4vL4Z/bwOYELKrkuUH9eCiGGefVsHQazlu2nzLbMmD3iyGzAfVP/Nrg6Qlgep+h1V1N4f3Rxw/P2As= -SHA256 (Pkgfile) = 0b91c090f194f86d2347c31c8225795594656cee2fc636e674df869868dfb1d7 +RWQxCptPusLGGrT7vr1aQ34u5FDUE76HgRj+M3oIPdvxshrKsgzB7f04okF4TpZ1DPLga9FuyjVCDnzRRPw/lNerWi4n6DEoawE= +SHA256 (Pkgfile) = 21583107d4f95061dbd17808fa6cf6c8fbcabc16a45300e41a04618a3f1590a2 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 638a2f0..1983502 100644 --- a/manualPorts/tinc/Pkgfile +++ b/manualPorts/tinc/Pkgfile @@ -23,5 +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" + rm -f "$PKG/usr/share/info/dir" } |