X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fgroff;h=2f052fbcd67da45db70526b5fdd299a2db5c677c;hb=f17ab848cb756cad27489bf0c2746e5ead466658;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..2f052fb --- a/stage2/pkg/groff +++ b/stage2/pkg/groff @@ -1,12 +1,20 @@ #!/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="\ + ${CONFIGURE_OPTS} \ + --enable-multibyte" +} -# Groff does not like to be made in parallel. +hvconfig_post() +{ + unset PAGE +} hvbuild_post() {