git » qt5-quickcontrols2.git » commit c1ff85b

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:57:29 UTC
committer Antonio Rojas
2024-04-12 09:57:29 UTC
parent af71777d609eb915e1c401776a6b5df89ee09cb6

Fixup git checkout rename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 5ccdce3..4ab224c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../kde-$_pkgfqn
   make
 }