summaryrefslogtreecommitdiffstats
path: root/bash/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/Pkgfile')
-rw-r--r--bash/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/Pkgfile b/bash/Pkgfile
index 1ee19d2..6122221 100644
--- a/bash/Pkgfile
+++ b/bash/Pkgfile
@@ -13,8 +13,8 @@ build ()
cd $name-4.1;
gunzip -c $SRC/$name-4.1-001-009.patch.gz | patch -p0;
./configure \
- ${CHOST:+--build=${CHOST}} \
- ${CTARGET:+--host=${CTARGET}} \
+ ${CBUILD:+--build=${CBUILD}} \
+ ${CHOST:+--host=${CHOST}} \
--prefix=$prefix \
--exec-prefix= \
--mandir=$mandir \