MahiroOS-jhalfs/common/blfs-tool-deps/910-wget

13 lines
108 B
Text
Raw Normal View History

2006-11-11 12:39:16 +01:00
#!/bin/bash
# $Id$
set -e
cd $PKGDIR
./configure --prefix=/usr --sysconfdir=/etc
make
make install
exit