MahiroOS-jhalfs/common/blfs-tool-deps/904-unzip
2006-11-11 11:39:16 +00:00

11 lines
134 B
Bash

#!/bin/bash
# $Id$
set -e
cd $PKGDIR
make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux
make prefix=/usr install
exit