Typo
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
c259dd9986
commit
5cae8cdcfe
@ -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…
Reference in New Issue
Block a user