git » qt5-location.git » commit a135220

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 b352cdf6b5377d05f9d3f6a701110c371c72c999

Fixup git checkout rename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 3b6cbf6..6a94ea8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../kde-$_pkgfqn
   make
 }