git » qt5-xmlpatterns.git » commit c871eef

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:57:46 UTC
committer Antonio Rojas
2024-04-12 09:57:46 UTC
parent eb42b754a3001585ef4d59016e9e415c78ed4628

Fixup git checkout rename

PKGBUILD +1 -1

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