source:
common/blfs-tool-deps/904-unzip@
a16f769
Last change on this file since a16f769 was cbc8ba2, checked in by , 18 years ago | |
---|---|
|
|
File size: 132 bytes |
Rev | Line | |
---|---|---|
[045b2dc] | 1 | #!/bin/sh |
2 | ||
3 | # $Id$ | |
4 | ||
5 | set -e | |
[cbc8ba2] | 6 | cd $PKGDIR |
[045b2dc] | 7 | |
8 | make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux | |
9 | make prefix=/usr install | |
10 | ||
11 | exit |
Note:
See TracBrowser
for help on using the repository browser.