summaryrefslogtreecommitdiffstats
path: root/axel
diff options
context:
space:
mode:
Diffstat (limited to 'axel')
-rw-r--r--axel/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/axel/Pkgfile b/axel/Pkgfile
index 98c47ab..8a5b3a4 100644
--- a/axel/Pkgfile
+++ b/axel/Pkgfile
@@ -16,7 +16,7 @@ build ()
cd $name-$version;
./configure \
--prefix=$prefix \
- --i18n=$i18n \
+ --i18n=${i18n:-0} \
--mandir=$mandir \
--strip=0;
# strip is disabled because pkg++ will do the job later.