mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
script: seccomp.sh -> build-seccomp.sh
This name is far more descriptive. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
@@ -65,7 +65,7 @@ function build_libseccomp() {
|
||||
}
|
||||
|
||||
if [ $# -lt 2 ]; then
|
||||
echo "Usage: seccomp.sh <version> <dest-dir> [<extra-arch> ...]" >&2
|
||||
echo "Usage: $0 <version> <dest-dir> [<extra-arch> ...]" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@@ -47,7 +47,7 @@ function build_project() {
|
||||
trap 'rm -rf "$dylibdir"' EXIT
|
||||
dylibdir="$(mktemp -d)"
|
||||
# Download and build libseccomp.
|
||||
"$root/script/seccomp.sh" "$LIBSECCOMP_VERSION" "$dylibdir" "${arches[@]}"
|
||||
"$root/script/build-seccomp.sh" "$LIBSECCOMP_VERSION" "$dylibdir" "${arches[@]}"
|
||||
fi
|
||||
|
||||
# For reproducible builds, add these to EXTRA_LDFLAGS:
|
||||
|
||||
Reference in New Issue
Block a user