live-bootstrap/steps/gawk-5.3.0/pass1.sh
2024-01-28 12:27:21 +11:00

13 lines
161 B
Bash

src_prepare() {
default
# texinfo
rm doc/*.info
# bison
rm awkgram.c command.c
}
src_configure() {
./configure --prefix="${PREFIX}"
}