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/902-libxslt
2006-08-28 21:41:49 +00:00

11 lines
No EOL
76 B
Bash

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