git » qt5-scxml.git » commit d00cc1f

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:57:34 UTC
committer Antonio Rojas
2024-04-12 09:57:34 UTC
parent a565e1501175ce1ae850577b61719f3ac7885f88

Fixup git checkout rename

PKGBUILD +1 -1

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