git » qt5-script.git » commit 0b61f47

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:57:33 UTC
committer Antonio Rojas
2024-04-12 09:57:33 UTC
parent e69c487f4c60475f08bd345263bc5591e5748069

Fixup git checkout rename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b173c77..0ee036c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ build() {
   cd build
 
 # Disable LTO, see FS#73264
-  qmake ../${_pkgfqn} CONFIG-=ltcg
+  qmake ../kde-$_pkgfqn CONFIG-=ltcg
   make
 }