From ea8efb8444c0fd31948c55efe0ec010945df9ac8 Mon Sep 17 00:00:00 2001 From: David P Date: Tue, 25 Aug 2020 18:35:00 -0400 Subject: sync with archiso Imported changes: 4b40193 (HEAD -> master, tag: v47.1, origin/master, origin/HEAD) Add missing declaration of override_install_dir d90184a (tag: v47) Pass profile directory as parameter to mkarchiso e2c5b45 archiso/mkarchiso: reduce duplication and add more info messages Signed-off-by: David P --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/releng') diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 9a9f654..075d752 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -4,4 +4,4 @@ printf '\n[%s] WARNING: %s\n\n' "mkparabolaiso" "build.sh scripts are deprecated! Please use mkparabolaiso directly." >&2 _buildsh_path="$(realpath -- "$0")" -exec mkparabolaiso "$@" -B "${_buildsh_path%/*}" build_profile +exec mkparabolaiso "$@" "${_buildsh_path%/*}" -- cgit v1.2.2