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-11-11 11:39:16 +00:00

11 lines
89 B
Bash

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