git » qt5-svg.git » commit 8f7472b

Fixup git checkout rename

author Antonio Rojas
2024-04-12 09:57:38 UTC
committer Antonio Rojas
2024-04-12 09:57:38 UTC
parent 6f320767938bd4a7731eadff4edd783229bbdc3d

Fixup git checkout rename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 2153848..8b3805a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../kde-$_pkgfqn
   make
 }