source:
common/blfs-tool-deps/904-unzip@
c0f8256
Last change on this file since c0f8256 was 9c9775f, checked in by , 17 years ago | |
---|---|
|
|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[9c9775f] | 1 | #!/bin/bash |
[e8fb8ef] | 2 | |
3 | # $Id$ | |
4 | ||
5 | set -e | |
[2ee1d11] | 6 | cd $PKGDIR |
[e8fb8ef] | 7 | |
[9c9775f] | 8 | patch -Np1 -i ../unzip-5.52-security_fix-1.patch |
[e8fb8ef] | 9 | make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux |
10 | make prefix=/usr install | |
11 | ||
12 | exit |
Note:
See TracBrowser
for help on using the repository browser.