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