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() {