Add build/install scripts
This commit is contained in:
16
scripts/all.sh
Executable file
16
scripts/all.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Convenience wrapper:
|
||||
# apply patches -> build -> install
|
||||
#
|
||||
# Env:
|
||||
# SSLTYPE, TARGET, JOBS (see build.sh)
|
||||
# PREFIX (see install.sh)
|
||||
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "$ROOT"
|
||||
|
||||
./scripts/apply-patches.sh
|
||||
./scripts/build.sh
|
||||
./scripts/install.sh
|
||||
Reference in New Issue
Block a user