mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
Ports: Clean up some package.sh scripts
- Remove superfluous function overrides and use makeopts instead - Remove superfluous installopts - Use run rather than cd'ing manually - Ensure empty line between functions
This commit is contained in:
parent
a4fbdb97c7
commit
7cc7f7ac54
5 changed files with 7 additions and 14 deletions
|
@ -5,7 +5,6 @@ files="https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz na
|
|||
useconfigure=true
|
||||
makeopts=
|
||||
|
||||
configure() {
|
||||
pre_configure() {
|
||||
run ./autogen.sh
|
||||
run ./"$configscript" --host=i686-pc-serenity $configopts
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue