mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
6 lines
92 B
Bash
Executable file
6 lines
92 B
Bash
Executable file
src_prepare() {
|
|
default_src_prepare
|
|
|
|
touch config.h
|
|
rm parse.c parse.h scan.c
|
|
}
|