git » qt5-translations.git » commit 1a16f4d

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 7a52bd22439f4596bd936d8543d4def699fc08a7

Fixup git checkout rename

PKGBUILD +1 -1

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