From b24c72483aab912d7986b27ab1ffa3fc0ca155d1 Mon Sep 17 00:00:00 2001 From: Christoph Schug Date: Fri, 28 Nov 2003 14:18:15 +0000 Subject: [PATCH] fixed output redirection --- tex4ht/tex4ht.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tex4ht/tex4ht.spec b/tex4ht/tex4ht.spec index 7452de80ee..b429ae638f 100644 --- a/tex4ht/tex4ht.spec +++ b/tex4ht/tex4ht.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL] Group: Text License: LPPL Version: 20030119 -Release: 20030721 +Release: 20031128 # list of sources Source0: http://www.cis.ohio-state.edu/~gurari/TeX4ht/ufiles.zip @@ -140,5 +140,5 @@ AutoReqProv: no %post echo "Running mktexlsr to rebuild teTeX ls-R database..." | %{l_rpmtool} msg -t notice - $RPM_INSTALL_PREFIX/bin/mktexlsr 2>&1 >/dev/null || true + $RPM_INSTALL_PREFIX/bin/mktexlsr >/dev/null 2>&1 || true