This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/common/blfs-tool-deps/904-unzip

12 lines
134 B
Text
Raw Normal View History

2006-11-11 12:39:16 +01:00
#!/bin/bash
# $Id$
set -e
cd $PKGDIR
make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux
make prefix=/usr install
exit