mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 08:15:24 +01:00
helpers.sh: Add a helper function to call appropriate default stage function.
This commit is contained in:
parent
31caabdeef
commit
a2c5745da4
34 changed files with 60 additions and 50 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# When we rebuild flex it no longer needs patching
|
||||
# and can use simplified makefile
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
default
|
||||
|
||||
touch config.h
|
||||
rm parse.c parse.h scan.c skel.c
|
||||
|
|
@ -19,5 +19,5 @@ src_install() {
|
|||
rm -f "${PREFIX}/lib/libl.a"
|
||||
fi
|
||||
|
||||
default_src_install
|
||||
default
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue