mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 21:05:24 +01:00
10 lines
142 B
Bash
Executable file
10 lines
142 B
Bash
Executable file
src_prepare() {
|
|
default
|
|
autoreconf-2.71 -fi
|
|
|
|
. ../../import-gnulib.sh
|
|
}
|
|
|
|
src_configure() {
|
|
./configure --prefix="${PREFIX}"
|
|
}
|