git » qt5-virtualkeyboard.git » commit d5c0021

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:57:40 UTC
committer Antonio Rojas
2024-04-12 09:57:40 UTC
parent 97ed2ecbbe62f2f9e49b4d5009821901a10fcdeb

Fixup git checkout rename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 277dd51..602ed5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
+  qmake ../kde-$_pkgfqn CONFIG+="lang-all handwriting"
   make
 }