diff options
-rw-r--r-- | core/bash/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/bash/APKBUILD b/core/bash/APKBUILD index baaa438dc..886c0c066 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 |