MahiroOS-jhalfs/common/blfs-tool-deps/901-libxml2

12 lines
77 B
Text
Raw Normal View History

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