Browse Source

fixed output redirection

master
Christoph Schug 22 years ago committed by Ralf S. Engelschall
parent
commit
b24c72483a
  1. 4
      tex4ht/tex4ht.spec

4
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

Loading…
Cancel
Save