as is, the troff directory gets placed in the incorrect place due to mkdir
already creating the directory. this should fix that behavior.
Ps: first patch (anywhere) apologies if anything is wrong or sloppy
---
testing/9base/APKBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/9base/APKBUILD b/testing/9base/APKBUILD
index 9d77b93e..3e713d00 100644
--- a/testing/9base/APKBUILD+++ b/testing/9base/APKBUILD
@@ -47,7 +47,7 @@ troff() {
cd "$pkgdir"
mkdir -p "$subpkgdir/usr/lib/9base/bin"
mv "$pkgdir/usr/lib/9base/bin/troff" "$subpkgdir/usr/lib/9base/bin/troff"
- mkdir -p "$subpkgdir/usr/lib/9base/lib/troff"+ mkdir -p "$subpkgdir/usr/lib/9base/lib" mv "$pkgdir/usr/lib/9base/lib/troff" "$subpkgdir/usr/lib/9base/lib/troff"
}
--
2.34.1
Sorry to bother you @mailinglist-bot,
but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@xihh87`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.
Thanks for your contribution.
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28920#note_209527