zsh: enabled locale features; necessary for displaying umlauts

This commit is contained in:
Simon Gloßner 2007-08-17 13:52:01 +02:00
parent 2902274159
commit fb70b2a9d6

View File

@ -6,7 +6,7 @@
name=zsh
version=4.3.4
release=1
release=2
source=(http://www.zsh.org/pub/$name-$version.tar.bz2 \
http://www.grml.org/zsh/zsh-lovers.1)
@ -29,7 +29,6 @@ build() {
--enable-restricted-r \
--enable-lfs \
--enable-cap \
--disable-locale \
--with-curses-terminfo
make
make DESTDIR=$PKG install