~alpine/aports

testing/age: install man pages in appropiate directory v1 APPLIED

Martin Vahlensieck: 1
 testing/age: install man pages in appropiate directory

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3579/mbox | git am -3
Learn more about email & git

[PATCH] testing/age: install man pages in appropiate directory Export this patch

---
 testing/age/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/age/APKBUILD b/testing/age/APKBUILD
index e3d206357b..98a6eb0e73 100644
--- a/testing/age/APKBUILD
+++ b/testing/age/APKBUILD
@@ -4,7 +4,7 @@
pkgname=age
pkgver=1.0.0_rc3
_realver=${pkgver/_rc/-rc.}
pkgrel=0
pkgrel=1
pkgdesc="Simple, modern and secure encryption tool"
url="https://github.com/FiloSottile/age"
license="BSD-3-Clause"
@@ -29,7 +29,7 @@ check() {
package() {
	install -Dm755 -t "$pkgdir"/usr/bin bin/*

	install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname doc/*.1
	install -Dm644 -t "$pkgdir"/usr/share/man/man1 doc/*.1

}

-- 
2.32.0