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