Upgrade to vte-0.38.2
[hvlinux.git] / stage3 / pkg / sgml-dtd4
index 5d41192..7114ba3 100644 (file)
@@ -2,12 +2,11 @@
 
 hvbuild()
 {
-    cd ${LFS_TMP}/${PACKAGE}
     sed -i -e '/ISO 8879/d' \
         -e '/gml/d' docbook.cat
-    install -d /usr/share/sgml/docbook/sgml-dtd-${SGML_DTD4_VER}
+    install -v -d /usr/share/sgml/docbook/sgml-dtd-${SGML_DTD4_VER}
     chown -R root:root .
-    install docbook.cat \
+    install -v docbook.cat \
         /usr/share/sgml/docbook/sgml-dtd-${SGML_DTD4_VER}/catalog
     cp -af *.dtd *.mod *.dcl /usr/share/sgml/docbook/sgml-dtd-${SGML_DTD4_VER}
     install-catalog --add /etc/sgml/sgml-docbook-dtd-${SGML_DTD4_VER}.cat \