diff --git a/aspell.spec b/aspell.spec index b3bbffb..c81d62e 100644 --- a/aspell.spec +++ b/aspell.spec @@ -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