4965fa8396
blfs-tool support integration.
11 lines
77 B
Bash
11 lines
77 B
Bash
#!/bin/sh
|
|
|
|
# $Id$
|
|
|
|
set -e
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make install
|
|
|
|
exit
|