Typo
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
c259dd9986
commit
5cae8cdcfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue