-Completed transition to new ipkg method (ipkg.def), but still problem with eglibc...
[hvlinux.git] / stage3 / cis-docbook-xsl
index 495fadd..1068189 100755 (executable)
@@ -12,15 +12,16 @@ source ../packages-list
 apply_patches ${1}
 
 cd ${LFS_TMP}/${1}
-install -d /usr/share/xml/docbook/xsl-stylesheets-${DOCBOOK_XSL_VERSION}
+install -v -m 755 -d /usr/share/xml/docbook/xsl-stylesheets-${DOCBOOK_XSL_VERSION}
 chown -R root:root .
-cp -af INSTALL VERSION common eclipse extensions fo html htmlhelp \
-    images javahelp lib manpages params profiling template xhtml \
+cp -v -R VERSION common eclipse extensions fo highlighting html \
+         htmlhelp images javahelp lib manpages params profiling \
+         slides template tools website xhtml                    \
     /usr/share/xml/docbook/xsl-stylesheets-${DOCBOOK_XSL_VERSION}
-install -d /usr/share/doc/xml
-cp -af doc/* /usr/share/doc/xml
-cd /usr/share/xml/docbook/xsl-stylesheets-${DOCBOOK_XSL_VERSION}
-sh INSTALL
+install -v -m644 -D README \
+    /usr/share/doc/docbook-xsl-${DOCBOOK_XSL_VERSION}/README.XSL &&
+install -v -m755    RELEASE-NOTES* NEWS* \
+    /usr/share/doc/docbook-xsl-${DOCBOOK_XSL_VERSION}
 
 if [ ! -f /etc/xml/catalog ]; then
     mkdir -p /etc/xml