diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-03-07 17:03:33 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-03-10 11:56:15 +0100 |
commit | f4b2a851384cb4d4cc6a225f77726da2061de174 (patch) | |
tree | cbe537ba5b0e1886bb425648fc36056b32e44114 /main/openrc | |
parent | d4d9cb548b665e57c69aa6e7472558f52eeb877f (diff) | |
download | aports-f4b2a851384cb4d4cc6a225f77726da2061de174.tar.bz2 aports-f4b2a851384cb4d4cc6a225f77726da2061de174.tar.xz |
main/openrc: install additional documentation files
These files are also installed by the gentoo ebuild.
Diffstat (limited to 'main/openrc')
-rw-r--r-- | main/openrc/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/openrc/APKBUILD b/main/openrc/APKBUILD index 454c59fe31..8a1fa3c059 100644 --- a/main/openrc/APKBUILD +++ b/main/openrc/APKBUILD @@ -73,6 +73,10 @@ package() { install -Dm644 $i "$pkgdir"/etc/conf.d/${j%.confd} done + # additional documentation considered useful + mkdir -p "$pkgdir"/usr/share/doc/$pkgname/ + install -m644 ChangeLog *.md "$pkgdir"/usr/share/doc/$pkgname/ + # we use a virtual keymaps services to allow users to set their # keymaps either with the OpenRC loadkeys service provided by # the kbd aport or with the loadkmap service provided by the |