X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fsgml-common;h=663e6e31526a9a48ae85afccac99840afc0a539c;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=137d072afc128951e5446709e1636730ddd1b8d9;hpb=9e3f8101a7e4d974db8e9afeb9c90c13a43ae8d7;p=hvlinux.git diff --git a/stage3/pkg/sgml-common b/stage3/pkg/sgml-common index 137d072..663e6e3 100644 --- a/stage3/pkg/sgml-common +++ b/stage3/pkg/sgml-common @@ -2,6 +2,11 @@ hvconfig_pre() { + # This package does not distribute some autoconf files, and symlinks them + # to /usr/share/automake. + cd ${SRC_DIR} + autoreconf -f -vi + CAT1="/etc/sgml/sgml-ent.cat" CAT2="/usr/share/sgml/sgml-iso-entities-8879.1986/catalog" @@ -19,9 +24,6 @@ hvconfig_pre() ${INSTALL_CATALOG} --remove ${CAT3} ${CAT4} fi fi - - cd ${LFS_TMP}/${PACKAGE} - autoreconf -f -i } hvbuild_post()