diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-12-10 02:57:23 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-12-10 02:57:23 +0000 |
commit | f92fc1b97a0d3b4c26b47485d204ccdacc9d94b5 (patch) | |
tree | 2916276e0143f0948bb36aa3383c8a616a035b84 /app-text/docbook-xsl-stylesheets | |
parent | updated to 1.45, also build the catalog-file in /etc/xml/catalog, otherwise h... (diff) | |
download | historical-f92fc1b97a0d3b4c26b47485d204ccdacc9d94b5.tar.gz historical-f92fc1b97a0d3b4c26b47485d204ccdacc9d94b5.tar.bz2 historical-f92fc1b97a0d3b4c26b47485d204ccdacc9d94b5.zip |
now it actually works :)
Diffstat (limited to 'app-text/docbook-xsl-stylesheets')
-rw-r--r-- | app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.45-r1.ebuild (renamed from app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.45.ebuild) | 8 | ||||
-rw-r--r-- | app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.45-r1 (renamed from app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.45) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.45.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.45-r1.ebuild index 4eee9d750275..9033d40035be 100644 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.45.ebuild +++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.45-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Mikael Hallendal <hallski@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.45.ebuild,v 1.1 2001/12/10 02:43:31 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.45-r1.ebuild,v 1.1 2001/12/10 02:57:23 hallski Exp $ S=${WORKDIR}/docbook-xsl-${PV} DESCRIPTION="XSL Stylesheets for Docbook" @@ -49,12 +49,12 @@ pkg_postinst() { "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG /usr/bin/xmlcatalog --noout --add "rewriteURI" \ "http://docbook.sourceforge.net/release/xsl/1.45" \ - "/usr/share/xml/docbook/xsl-stylesheets-${PV}" $CATALOG + "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG /usr/bin/xmlcatalog --noout --add "rewriteSystem" \ "http://docbook.sourceforge.net/release/xsl/current" \ - "/usr/share/xml/docbook/xsl-stylesheets-${PV}" $CATALOG + "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG /usr/bin/xmlcatalog --noout --add "rewriteURI" \ "http://docbook.sourceforge.net/release/xsl/current" \ - "/usr/share/xml/docbook/xsl-stylesheets-${PV}" $CATALOG + "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG } diff --git a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.45 b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.45-r1 index a53f1a5bc06d..a53f1a5bc06d 100644 --- a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.45 +++ b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.45-r1 |