Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov 2018-09-20 17:10:23 +03:00
parent c259dd9986
commit 5cae8cdcfe

View File

@ -1027,7 +1027,7 @@ rm -r $RPM_BUILD_ROOT%{_libdir}/erlang/erts-*/man
%if %{with doc}
# Move man-pages to a system-wide directory - in the same way as Debian did
# Erlang files from man 3 have too generic names
for m in $RPM_BUILD_ROOT%{_libdir}/erlang/man/man3/*
for manpage in $RPM_BUILD_ROOT%{_libdir}/erlang/man/man3/*
do
mv ${manpage} ${manpage}erl
done