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