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