git » qt5-graphicaleffects.git » commit f721cfc

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 37d8813a33b829f527bbca5bad546037872940ee

Fixup git checkout rename

PKGBUILD +1 -1

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