git » qt5-wayland.git » commit 9ac2558

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:57:41 UTC
committer Antonio Rojas
2024-04-12 09:57:41 UTC
parent 05d66e25107d7ff1028b0171a25ee3ae96345278

Fixup git checkout rename

PKGBUILD +1 -1

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