mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
13 lines
161 B
Bash
13 lines
161 B
Bash
src_prepare() {
|
|
default
|
|
|
|
# texinfo
|
|
rm doc/*.info
|
|
|
|
# bison
|
|
rm awkgram.c command.c
|
|
}
|
|
|
|
src_configure() {
|
|
./configure --prefix="${PREFIX}"
|
|
}
|