diff options
Diffstat (limited to 'coreutils/Pkgfile')
-rw-r--r-- | coreutils/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index 40c0f70..f0771ba 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -13,8 +13,8 @@ build () cd $name-$version; patch -p1 -i $SRC/coreutils-uname.patch; ./configure \ - ${CTARGET:+--host=${CTARGET}} \ - ${CHOST:+--build=${CHOST}} \ + ${CHOST:+--host=${CHOST}} \ + ${CBUILD:+--build=${CBUILD}} \ --prefix=$prefix \ --mandir=$mandir \ $(use_enable nls) \ |