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