summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild')
-rw-r--r--app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild
index 0700a0fcdd85..48e8a35765af 100644
--- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild
+++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild,v 1.4 2003/07/19 22:55:30 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild,v 1.5 2003/09/05 22:37:21 msterret Exp $
S=${WORKDIR}/docbook-xsl-${PV}
DESCRIPTION="XSL Stylesheets for Docbook"
@@ -23,14 +23,14 @@ src_install() {
for i in common extensions fo html htmlhelp images javahelp lib template xhtml
do
cd ${S}
- cp -af ${i} ${D}/${DEST}
+ cp -af ${i} ${D}/${DEST}
cd ${D}/${DEST}/${i}
for j in ChangeLog LostLog README
do
if [ -e ${j} ]
then
- mv ${j} ${D}/usr/share/doc/${P}/${j}.${i}
+ mv ${j} ${D}/usr/share/doc/${P}/${j}.${i}
fi
done
done