From 2f0b3637be1d18c56b1c5fffe2c942bc9fd2f451 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 22 May 2014 14:01:26 +0200 Subject: [PATCH] docbook xsl: use a more correct layout Borrowed from Linux From Scratch. --- .../docbook_xsl_stylesheets-1.78.1.recipe | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app-text/docbook_xsl_stylesheets/docbook_xsl_stylesheets-1.78.1.recipe b/app-text/docbook_xsl_stylesheets/docbook_xsl_stylesheets-1.78.1.recipe index 171e3d8f0..d76ef5487 100644 --- a/app-text/docbook_xsl_stylesheets/docbook_xsl_stylesheets-1.78.1.recipe +++ b/app-text/docbook_xsl_stylesheets/docbook_xsl_stylesheets-1.78.1.recipe @@ -35,6 +35,12 @@ BUILD() INSTALL() { - mkdir -p $dataDir/xml - find . -maxdepth 1 -type f -exec cp -r {} $dataDir/xml/ \; + mkdir -p $dataDir/xml/docbook/xsl-stylesheets-1.78.1 + + cp -v -R VERSION common eclipse epub extensions fo highlighting html \ + htmlhelp images javahelp lib manpages params profiling \ + roundtrip slides template tests tools webhelp website \ + xhtml xhtml-1_1 $dataDir/xml/docbook/xsl-stylesheets-1.78.1 + + ln -s VERSION $dataDir/xml/docbook/xsl-stylesheets-1.78.1/VERSION.xsl }