git » qt5-networkauth.git » commit f5c101d

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:56:52 UTC
committer Antonio Rojas
2024-04-12 09:56:52 UTC
parent 9d6f0787c86cbaa5c042e710025092dbd1854c90

Fixup git checkout rename

PKGBUILD +1 -1

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