From 1661a1c50c50a5e357f1fd75694052da9c803538 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Mon, 12 Sep 2022 08:43:58 +0300 Subject: [PATCH] Fix link to common protobuf script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Protobuf script name was renamed recently Change-Id: I9bafc35524a5bf89ca5d91b7649eb6641845792c Reviewed-by: Tony Sarajärvi --- .../qtci-linux-RHEL-9.0-x86_64/60-install_protobuff.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/provisioning/qtci-linux-RHEL-9.0-x86_64/60-install_protobuff.sh b/coin/provisioning/qtci-linux-RHEL-9.0-x86_64/60-install_protobuff.sh index 2f55353a..d6c83afe 100755 --- a/coin/provisioning/qtci-linux-RHEL-9.0-x86_64/60-install_protobuff.sh +++ b/coin/provisioning/qtci-linux-RHEL-9.0-x86_64/60-install_protobuff.sh @@ -2,7 +2,7 @@ ############################################################################# ## -## Copyright (C) 2018 The Qt Company Ltd. +## Copyright (C) 2022 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the provisioning scripts of the Qt Toolkit. @@ -42,5 +42,5 @@ set -ex # shellcheck source=../common/unix/install_protobuff.sh -source "${BASH_SOURCE%/*}/../common/unix/install_protobuff.sh" +source "${BASH_SOURCE%/*}/../common/unix/install_protobuf.sh"