git » qt5-serialport.git » commit 80aa715

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 588167631c46aee015eeaf1c80821e918519e506

Fixup git checkout rename

PKGBUILD +1 -1

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