Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage3 / pkg / sgml-dtd3
index a18c11d..cb92c33 100644 (file)
@@ -2,13 +2,12 @@
 
 hvbuild()
 {
-    cd ${LFS_TMP}/${PACKAGE}
     sed -i -e '/ISO 8879/d' \
         -e 's|DTDDECL "-//OASIS//DTD DocBook V3.1//EN"|SGMLDECL|g' \
         docbook.cat
-    install -d /usr/share/sgml/docbook/sgml-dtd-${SGML_DTD3_VER}
+    install -v -d /usr/share/sgml/docbook/sgml-dtd-${SGML_DTD3_VER}
     chown -R root:root .
-    install docbook.cat \
+    install -v docbook.cat \
         /usr/share/sgml/docbook/sgml-dtd-${SGML_DTD3_VER}/catalog
     cp -af *.dtd *.mod *.dcl /usr/share/sgml/docbook/sgml-dtd-${SGML_DTD3_VER}
     install-catalog --add /etc/sgml/sgml-docbook-dtd-${SGML_DTD3_VER}.cat \