source:
common/blfs-tool-deps/904-unzip@
6bf3770
Last change on this file since 6bf3770 was 9c9775f, checked in by , 17 years ago | |
---|---|
|
|
File size: 183 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | # $Id$ |
4 | |
5 | set -e |
6 | cd $PKGDIR |
7 | |
8 | patch -Np1 -i ../unzip-5.52-security_fix-1.patch |
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.