git » qt5-3d.git » commit c7ce410

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 a03a2474fc26d6fae5885f351abd41b7f2804212

Fixup git checkout rename

PKGBUILD +1 -1

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