~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Martin Vahlensieck <git@academicsolutions.ch>
Details
Message ID
<20210803110910.4049-1-git@academicsolutions.ch>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 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
Reply to thread Export thread (mbox)