git » qt5-speech.git » commit 192c81e

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:57:37 UTC
committer Antonio Rojas
2024-04-12 09:57:37 UTC
parent 0a471f0e505f5c919684ec37d9220c6afcf15dbd

Fixup git checkout rename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b5cf8c4..4f03680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../kde-$_pkgfqn
   make
 }