mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:57:44 +00:00
Ports: Remove bashisms and switch all scripts to /bin/sh.
This commit is contained in:
parent
800242ed4e
commit
d080f6e8dd
10 changed files with 64 additions and 64 deletions
|
@ -1,16 +1,16 @@
|
|||
#!/bin/sh
|
||||
PORT_DIR=links
|
||||
function fetch() {
|
||||
fetch() {
|
||||
run_fetch_web "http://links.twibright.com/download/links-2.19.tar.bz2"
|
||||
}
|
||||
function configure() {
|
||||
configure() {
|
||||
run_export_env CC i686-pc-serenity-gcc
|
||||
run_configure_autotools
|
||||
}
|
||||
function build() {
|
||||
build() {
|
||||
run_make
|
||||
}
|
||||
function install() {
|
||||
install() {
|
||||
run_make_install DESTDIR="$SERENITY_ROOT"/Root
|
||||
}
|
||||
source ../.port_include.sh
|
||||
. ../.port_include.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue