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