source:
common/blfs-tool-deps/902-libxslt@
c0f8256
Last change on this file since c0f8256 was 9c9775f, checked in by , 17 years ago | |
---|---|
|
|
File size: 89 bytes |
Rev | Line | |
---|---|---|
[9c9775f] | 1 | #!/bin/bash |
[3c5ca23] | 2 | |
3 | # $Id$ | |
4 | ||
5 | set -e | |
[2ee1d11] | 6 | cd $PKGDIR |
[3c5ca23] | 7 | ./configure --prefix=/usr |
8 | make | |
9 | make install | |
10 | ||
[44994cb] | 11 | exit |
Note:
See TracBrowser
for help on using the repository browser.