Comment 45 for bug 580961

Revision history for this message
lstefek (libor-stefek) wrote :

Do-it-yourself instructions for impatient (for Ubuntu 10.04.1 LTS and Ubuntu 10.10):

$ sudo apt-get install dpkg-dev
$ apt-get source unzip
$ wget -O unzip60-alt-iconv-utf8.patch https://bugs.archlinux.org/task/15256?getfile=3685
$ cd unzip-6.0/
$ patch -p1 <../unzip60-alt-iconv-utf8.patch
$ apt-get source bzip2
$ cd bzip2-1.0.5/
$ make
$ mv * ../unzip-6.0/bzip2/
$ cd ../unzip-6.0/
$ make -f unix/Makefile generic
$ sudo make prefix=/usr install
$ unzip -h

and check that -O CHARSET is there