Ajout option -v à tous les appels de la commande install
[hvlinux.git] / stage3 / pkg / sgml-dtd3
index a18c11d..5bdaad2 100644 (file)
@@ -6,9 +6,9 @@ hvbuild()
     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 \