summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-13 09:47:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-13 09:47:32 +0000
commit3fca79aeba4c9fdc0de3097e165c6defb2838b73 (patch)
treec7c7acffa7542452a0ff6c5727ca13196ac11b19 /core
parent39c1dc26b59cb4743cef47574c03e06a322349c6 (diff)
downloadaports-3fca79aeba4c9fdc0de3097e165c6defb2838b73.tar.bz2
aports-3fca79aeba4c9fdc0de3097e165c6defb2838b73.tar.xz
core/bash: explicit turn off NLS
Diffstat (limited to 'core')
-rw-r--r--core/bash/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/bash/APKBUILD b/core/bash/APKBUILD
index baaa438d..886c0c06 100644
--- a/core/bash/APKBUILD
+++ b/core/bash/APKBUILD
@@ -60,6 +60,7 @@ build() {
./configure --prefix=/usr \
--with-curses \
+ --disable-nls \
--enable-readline \
--without-bash-malloc \
--with-installed-readline \
@@ -69,7 +70,7 @@ build() {
make -j1 || return 1
make DESTDIR=${pkgdir} install
- rm -r "$pkgdir"/usr/share/locale
+ rm -rf "$pkgdir"/usr/share/locale
}
md5sums="a90a1b5a6db4838483f05438e05e8eb9 bash-4.0.tar.gz
bc7f4762443939bd7dccb42370f0d932 bash40-001