X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fsgml-common;h=4ab4dd69c8620e499cd4d69865dcad75abb64728;hb=7537c1f2f4728f09caee2c99f91c31ac426ed132;hp=137d072afc128951e5446709e1636730ddd1b8d9;hpb=9e3f8101a7e4d974db8e9afeb9c90c13a43ae8d7;p=hvlinux.git diff --git a/stage3/pkg/sgml-common b/stage3/pkg/sgml-common index 137d072..4ab4dd6 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 ${LFS_TMP}/${PACKAGE} + autoreconf -f -i + 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()