mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 13:25:25 +01:00
8 lines
133 B
Bash
8 lines
133 B
Bash
src_prepare() {
|
|
default
|
|
autoreconf-2.71 -fi
|
|
}
|
|
|
|
src_configure() {
|
|
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}"
|
|
}
|