mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 07:45: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
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
default
|
||||
|
||||
mv Makefile src/
|
||||
touch src/config.h
|
||||
|
|
@ -12,13 +12,13 @@ src_prepare() {
|
|||
|
||||
src_compile() {
|
||||
cd src
|
||||
default_src_compile
|
||||
default
|
||||
cd ..
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd src
|
||||
default_src_install
|
||||
default
|
||||
cd ..
|
||||
|
||||
# Remove yacc, we won't need it any longer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue