From 0ce646920dbdc12d9de425e7b7fa1fd0f8a1dbac Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Mon, 10 Aug 2009 11:54:38 +0000 Subject: [PATCH] fix typo --- aspell.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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