MahiroOS-jhalfs/common/blfs-tool-deps/910-wget
Manuel Canales Esparcia 045b2dc1ce Merged r3043:3145 from experimental:
New Makefile code and other improvements.
2006-10-02 19:32:06 +00:00

11 lines
95 B
Bash

#!/bin/sh
# $Id$
set -e
./configure --prefix=/usr --sysconfdir=/etc
make
make install
exit