git » qt5-quickcontrols.git » commit dd745e1

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:56:52 UTC
committer Antonio Rojas
2024-04-12 09:56:52 UTC
parent a30fca4c5e041fa4d620274514eafbbfe32a14e1

Fixup git checkout rename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 12c6fe2..33f7f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../kde-$_pkgfqn
   make
 }