X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fopenjade;h=4c46bf2c30ee59145b8fe5178268e7a832dfc772;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=c4c2236b0d0f2e856ae7a65a9aca7e1b68c26aa4;hpb=9e3f8101a7e4d974db8e9afeb9c90c13a43ae8d7;p=hvlinux.git diff --git a/stage3/pkg/openjade b/stage3/pkg/openjade index c4c2236..4c46bf2 100644 --- a/stage3/pkg/openjade +++ b/stage3/pkg/openjade @@ -2,8 +2,7 @@ hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --enable-http \ --disable-static \ --enable-default-catalog=/etc/sgml/catalog \ @@ -17,8 +16,8 @@ hvbuild_post() ln -sf libogrove.so /usr/lib/libgrove.so ln -sf libospgrove.so /usr/lib/libspgrove.so ln -sf libostyle.so /usr/lib/libstyle.so - install -m644 dsssl/catalog /usr/share/sgml/${PACKAGE}/ - install -m644 dsssl/*.{dtd,dsl,sgm} /usr/share/sgml/${PACKAGE} + install -v -m644 dsssl/catalog /usr/share/sgml/${PACKAGE}/ + install -v -m644 dsssl/*.{dtd,dsl,sgm} /usr/share/sgml/${PACKAGE} install-catalog --add /etc/sgml/${PACKAGE}.cat \ /usr/share/sgml/${PACKAGE}/catalog install-catalog --add /etc/sgml/sgml-docbook.cat \