From 02b59520cd433fd4e4b567ee816d0d4c3b20d8a1 Mon Sep 17 00:00:00 2001 From: xpamych Date: Fri, 30 Dec 2022 00:01:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=BA=20?= =?UTF-8?q?configure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qt6-git/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt6-git/lure.sh b/qt6-git/lure.sh index 33d1714..6b64976 100644 --- a/qt6-git/lure.sh +++ b/qt6-git/lure.sh @@ -16,11 +16,11 @@ prepare() { cd "${srcdir}" mv ./qt5 ./qt6 cd ./qt6 -git switch dev +git switch 6.5 perl init-repository mkdir qt6-build cd ./qt6-build -../qt6/configure +../configure } build() {