aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-12-21 13:38:09 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-12-21 13:55:28 +0100
commit6851dfb94ae8a53cd4e23f48bd3d17954b5da061 (patch)
treebfe4f34b650b021d8582ca3cc329a459bdc07831 /testing
parentdc6a93aad9367e6a929dd50ec0a3604d68f30643 (diff)
testing/bmake: simplify man page installation
Diffstat (limited to 'testing')
-rw-r--r--testing/bmake/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/bmake/APKBUILD b/testing/bmake/APKBUILD
index 58b1f30990c..e2267172c07 100644
--- a/testing/bmake/APKBUILD
+++ b/testing/bmake/APKBUILD
@@ -26,8 +26,8 @@ package() {
--install-destdir="$pkgdir" op=install
rm -rf "$pkgdir"/usr/share/man/cat1
- mkdir "$pkgdir"/usr/share/man/man1
- cp ../bmake.1 "$pkgdir"/usr/share/man/man1/
+ install -Dm644 ../bmake.1 \
+ "$pkgdir"/usr/share/man/man1/bmake.1
}
sha512sums="7824fb60e4ac8f9c5ab9f6a0d42720c5f3cb475851146bf8042625eb58bbd0dbacafce6969da2b51cdd6514e789a8f2a958e8b8538cd862eeea1b571da203e5b bmake-20181221.tar.gz