fix typo
This commit is contained in:
parent
a6090e79ac
commit
0ce646920d
@ -78,12 +78,12 @@ chmod 644 ${RPM_BUILD_ROOT}%{_bindir}/aspell-import
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
if [ -f %{_infodir}/tar.info.gz ]; then
|
||||
if [ -f %{_infodir}/aspell.info.gz ]; then
|
||||
/sbin/install-info %{_infodir}/aspell.info.gz %{_infodir}/dir --entry="* Aspell: (aspell). " || :
|
||||
fi
|
||||
|
||||
%post devel
|
||||
if [ -f %{_infodir}/tar.info.gz ]; then
|
||||
if [ -f %{_infodir}/aspell.info.gz ]; then
|
||||
/sbin/install-info %{_infodir}/aspell-dev.info.gz %{_infodir}/dir --entry="* Aspell-dev: (aspell-dev). " || :
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user