045b2dc1ce
New Makefile code and other improvements.
10 lines
121 B
Bash
10 lines
121 B
Bash
#!/bin/sh
|
|
|
|
# $Id$
|
|
|
|
set -e
|
|
|
|
make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux
|
|
make prefix=/usr install
|
|
|
|
exit
|