tig: enable utf-8 support

This commit is contained in:
Thomas Penteker 2009-12-12 16:01:31 +01:00
parent f9ae10b5b2
commit 2f4c5e514a

View File

@ -14,6 +14,7 @@ build() {
./configure --prefix=/usr --mandir=/usr/man --sysconfdir=/etc
make
make LDLIBS=-lncursesw
make prefix=/usr DESTDIR=$PKG install install-doc-man
}