🔒 Repository is read-only – file editing is disabled.

recipes/core/docbook-xsl/docbook-xsl.post-install main

51 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
version=1.79.2

if [ ! -d etc/xml ]; then install -v -m755 -d etc/xml; fi &&
if [ ! -f etc/xml/catalog ]; then
    xmlcatalog --noout --create etc/xml/catalog
fi

xmlcatalog --noout --add "rewriteSystem" \
           "http://docbook.sourceforge.net/release/xsl/$version" \
           "/usr/share/xml/docbook/xsl-stylesheets-$version" \
    etc/xml/catalog

xmlcatalog --noout --add "rewriteURI" \
           "http://docbook.sourceforge.net/release/xsl/$version" \
           "/usr/share/xml/docbook/xsl-stylesheets-$version" \
    etc/xml/catalog

xmlcatalog --noout --add "rewriteSystem" \
           "http://docbook.sourceforge.net/release/xsl/current" \
           "/usr/share/xml/docbook/xsl-stylesheets-$version" \
    etc/xml/catalog

xmlcatalog --noout --add "rewriteURI" \
           "http://docbook.sourceforge.net/release/xsl/current" \
           "/usr/share/xml/docbook/xsl-stylesheets-$version" \
    etc/xml/catalog

for version in 1.67.2 
do

xmlcatalog --noout --add "rewriteSystem" \
           "http://docbook.sourceforge.net/release/xsl/$version" \
           "/usr/share/xml/docbook/xsl-stylesheets-$version" \
    etc/xml/catalog

xmlcatalog --noout --add "rewriteURI" \
           "http://docbook.sourceforge.net/release/xsl/$version" \
           "/usr/share/xml/docbook/xsl-stylesheets-$version" \
    etc/xml/catalog

xmlcatalog --noout --add "rewriteSystem" \
           "http://docbook.sourceforge.net/release/xsl/$version" \
           "/usr/share/xml/docbook/xsl-stylesheets-$version" \
    etc/xml/catalog

xmlcatalog --noout --add "rewriteURI" \
           "http://docbook.sourceforge.net/release/xsl/$version" \
           "/usr/share/xml/docbook/xsl-stylesheets-$version" \
    etc/xml/catalog

done