X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fgroff;h=4ab82dd4b8d94f36e8bf0eb24b1332ef6afaf646;hb=40fc12878275aeef31000fc758a50aadcc68aa20;hp=9c4a6a21fda6c0f1f408f84072369be6a56bc6e7;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage2/pkg/groff b/stage2/pkg/groff old mode 100755 new mode 100644 index 9c4a6a2..4ab82dd --- a/stage2/pkg/groff +++ b/stage2/pkg/groff @@ -1,12 +1,18 @@ #!/bin/bash -PAGE=letter +# Groff does not like to be made in parallel??? -CONFIGURE_OPTS="\ - --enable-multibyte - ${CONFIGURE_OPTS}" +hvconfig_pre() +{ + export PAGE=letter + + CONFIGURE_OPTS+=" --enable-multibyte" +} -# Groff does not like to be made in parallel. +hvconfig_post() +{ + unset PAGE +} hvbuild_post() {