Skip to content

Commit 9b27f91

Browse files
committed
OpenBSD needs this tar invocation as well.
1 parent a69dbb3 commit 9b27f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3208,7 +3208,7 @@ function build_and_test_installable_package() {
32083208
call tar -c -z -f "${package_for_host}" "${TOOLCHAIN_PREFIX/#\/}"
32093209
else
32103210
# BSD tar doesn't support --owner/--group.
3211-
if [[ "$(uname -s)" == "Darwin" || "$(uname -s)" == "FreeBSD" ]] ; then
3211+
if [[ "$(uname -s)" == "Darwin" || "$(uname -s)" == "FreeBSD" || "$(uname -s)" == "OpenBSD" ]] ; then
32123212
with_pushd "${host_install_destdir}" \
32133213
tar -c -z -f "${package_for_host}" "${host_install_prefix/#\/}"
32143214
else

0 commit comments

Comments
 (0)