diff options
author | Lukc <lukc@upyum.com> | 2011-01-08 17:02:51 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2011-01-08 17:02:51 +0100 |
commit | 0e9d94588a7865e7f3434750671bd6100706f063 (patch) | |
tree | 414d6c5ff43062d56d24885a89060eb361b89517 /groff/Pkgfile | |
parent | 6aeb1a36bfffc8fdfc2fc15e1edaf9064f4f9b80 (diff) | |
download | base-0e9d94588a7865e7f3434750671bd6100706f063.tar.gz base-0e9d94588a7865e7f3434750671bd6100706f063.tar.bz2 base-0e9d94588a7865e7f3434750671bd6100706f063.tar.xz base-0e9d94588a7865e7f3434750671bd6100706f063.zip |
Correction à cause de cet enfoiré de développeur de pkg++ qui casse toujours tout. :@
Diffstat (limited to 'groff/Pkgfile')
-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. |