Skip to content
Snippets Groups Projects
Commit d98f4750 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/erlang: move man pages back to /usr/lib/erlang/man

Otherwise they conflict with multiple other packages
parent d1fadbaf
No related branches found
No related tags found
1 merge request!60297community/erlang: move man pages back to /usr/lib/erlang/man
Pipeline #212014 skipped
......@@ -9,7 +9,7 @@
pkgname=erlang
pkgver=26.2.1
pkgrel=1
pkgrel=2
pkgdesc="General-purpose programming language and runtime environment"
url="https://www.erlang.org/"
license="Apache-2.0"
......@@ -93,9 +93,6 @@ package() {
usr/lib/erlang/COPYRIGHT \
usr/lib/erlang/PR.template \
usr/lib/erlang/README.md
mkdir -vp usr/share
mv -v usr/lib/erlang/man usr/share/
}
_mv_erlang_lib() {
......@@ -158,7 +155,8 @@ doc() {
amove usr/lib/erlang/*/info \
usr/lib/erlang/lib/*/doc \
usr/lib/erlang/lib/*/info
usr/lib/erlang/lib/*/info \
usr/lib/erlang/man
}
# helper script to manually check the dependencies of subpackages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment