summaryrefslogtreecommitdiffstats
path: root/autoconf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/Pkgfile')
-rw-r--r--autoconf/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile
index e8545fd..4d14c13 100644
--- a/autoconf/Pkgfile
+++ b/autoconf/Pkgfile
@@ -12,8 +12,8 @@ build ()
{
cd $name-$version;
./configure \
- ${CHOST:+--build=${CHOST}} \
- ${CTARGET:+--host=${CTARGET}} \
+ ${CBUILD:+--build=${CBUILD}} \
+ ${CHOST:+--host=${CHOST}} \
--prefix=$prefix \
--mandir=$PKG$mandir;
make;