Browse Source

fix paths for %post/%postun

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
6d6523ec21
  1. 6
      docbook/docbook.spec

6
docbook/docbook.spec

@ -43,7 +43,7 @@ Distribution: OpenPKG [PLUS]
Group: SGML
License: BSD
Version: 4.2
Release: 20030605
Release: 20030614
# list of sources
Source0: http://www.oasis-open.org/docbook/xml/%{V_dtd_xml}/docbook-xml-%{V_dtd_xml}.zip
@ -185,7 +185,7 @@ AutoReqProv: no
%post
if [ $1 -eq 1 ]; then
$RPM_INSTALL_PREFIX/bin/sgmlcatalog \
%{l_prefix}/bin/sgmlcatalog \
-p "ISO 8879:1986" \
-s "ISO 8879:1986//ENTITIES" \
-i iso8879-sgml \
@ -258,7 +258,7 @@ AutoReqProv: no
%preun
if [ $1 -eq 0 ]; then
$RPM_INSTALL_PREFIX/bin/sgmlcatalog \
%{l_prefix}/bin/sgmlcatalog \
-d iso8879-sgml \
-x \
-d docbook-dtd-xml-old \

Loading…
Cancel
Save