From de320407b16c442be194b27388fd0136cf2d761c Mon Sep 17 00:00:00 2001 From: lijiawei Date: Mon, 4 Sep 2023 13:57:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(187948):=20=E3=80=90openKylin=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E5=8C=85=E6=BA=90=E7=A0=81=E6=89=AB=E6=8F=8F=E3=80=91?= =?UTF-8?q?libtool=20=E6=BA=90=E7=A0=81=E5=90=AB=E6=9C=89ubuntu=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-aux/gnupload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build-aux/gnupload diff --git a/build-aux/gnupload b/build-aux/gnupload old mode 100755 new mode 100644 index b97e566..de1549d --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -39,7 +39,7 @@ case "$gpg_agent_version" in # gpg2 is present. GPG=gpg2 else - # gpg2 is missing. Ubuntu users should install the package 'gnupg2'. + # gpg2 is missing. openKylin users should install the package 'gnupg2'. echo "WARNING: Using 'gpg', which is too old. You should install 'gpg2'." 1>&2 fi ;;