git » qt5-connectivity.git » commit 722d4d0

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:56:51 UTC
committer Antonio Rojas
2024-04-12 09:56:51 UTC
parent f9a677fea1d574fbd79ddc74a972d47b05c52f74

Fixup git checkout rename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 1b1c17d..0f1b01d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../kde-$_pkgfqn
   make
 }