diff options
Diffstat (limited to 'textproc/scrollkeeper/pkg-install')
-rw-r--r-- | textproc/scrollkeeper/pkg-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/scrollkeeper/pkg-install b/textproc/scrollkeeper/pkg-install index 85d16db25bad..5f288365002a 100644 --- a/textproc/scrollkeeper/pkg-install +++ b/textproc/scrollkeeper/pkg-install @@ -4,8 +4,8 @@ PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin export PATH PREFIX=`xml2-config --prefix` -ROOTCATALOG=${PREFIX}/share/sk/catalog -CATALOG=${PREFIX}/share/sk/docbook/catalog +ROOTCATALOG=${PREFIX}/share/xml/catalog +CATALOG=${PREFIX}/share/xml/docbook/catalog if [ "$2" = "PRE-INSTALL" ]; then @@ -215,7 +215,7 @@ echo Found DocBook XSLT stylesheets in $xsldir for version in current 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 \ 1.48 1.49 1.50.0 1.51.0 1.52.0 1.52.1 1.52.2 1.53.0 1.54.0 \ 1.54.1 1.55.0 1.56.0 1.56.1 1.57.0 1.58.0 1.58.1 1.59.0 \ - 1.59.1 1.60.0 + 1.59.1 1.60.0 1.62.3 do xmlcatalog --noout --add "rewriteSystem" \ "http://docbook.sourceforge.net/release/xsl/$version" \ |