silence output from gen_contents_index
This commit is contained in:
parent
ea552a4daf
commit
29279d4a5b
@ -230,13 +230,13 @@ if [ $1 -gt 1 ] ; then\
|
|||||||
fi\
|
fi\
|
||||||
else\
|
else\
|
||||||
cd %{ghcdocbasedir}/libraries\
|
cd %{ghcdocbasedir}/libraries\
|
||||||
./gen_contents_index\
|
./gen_contents_index >/dev/null\
|
||||||
fi\
|
fi\
|
||||||
\
|
\
|
||||||
%posttrans -n %{basepkg}-devel\
|
%posttrans -n %{basepkg}-devel\
|
||||||
if [ -f %{_localstatedir}/lib/rpm-state/ghc/haddock-reindex ]; then\
|
if [ -f %{_localstatedir}/lib/rpm-state/ghc/haddock-reindex ]; then\
|
||||||
cd %{ghcdocbasedir}/libraries\
|
cd %{ghcdocbasedir}/libraries\
|
||||||
./gen_contents_index\
|
./gen_contents_index >/dev/null\
|
||||||
rm %{_localstatedir}/lib/rpm-state/ghc/haddock-reindex\
|
rm %{_localstatedir}/lib/rpm-state/ghc/haddock-reindex\
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user