mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +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
|
@ -2,16 +2,16 @@
|
|||
PORT_DIR=less
|
||||
INSTALLOPTS="DESTDIR=$SERENITY_ROOT/Root/"
|
||||
|
||||
function fetch() {
|
||||
fetch() {
|
||||
run_fetch_web "http://ftp.gnu.org/gnu/less/less-530.tar.gz"
|
||||
}
|
||||
function configure() {
|
||||
configure() {
|
||||
run_configure_autotools
|
||||
}
|
||||
function build() {
|
||||
build() {
|
||||
run_make
|
||||
}
|
||||
function install() {
|
||||
install() {
|
||||
run_make_install
|
||||
}
|
||||
source ../.port_include.sh
|
||||
. ../.port_include.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue