diff options
Diffstat (limited to 'groff')
-rw-r--r-- | groff/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/groff/Pkgfile b/groff/Pkgfile index 9df3cfa..d587e2e 100644 --- a/groff/Pkgfile +++ b/groff/Pkgfile @@ -13,12 +13,12 @@ build () cd $name-$version; touch doc/gnu.eps; ./configure \ - ${CHOST:+--build=${CHOST}} \ - ${CTARGET:+--host=${CTARGET}} \ + ${CBUILD:+--build=${CBUILD}} \ + ${CHOST:+--host=${CHOST}} \ --prefix=$prefix \ --mandir=$mandir \ --without-x; - if [[ "$CHOST" = "$CTARGET" ]]; then + if [[ "$CBUILD" = "$CHOST" ]]; then make; else # This will need troff and groff already available at build time on the host. |