source:
common/blfs-tool-deps/904-unzip@
e8fb8ef
Last change on this file since e8fb8ef was e8fb8ef, checked in by , 18 years ago | |
---|---|
|
|
File size: 121 bytes |
Rev | Line | |
---|---|---|
[e8fb8ef] | 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.