git » qt5-multimedia.git » commit f8e26ee

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 24f772f928102e21d9901b2625b042ba29c50982

Fixup git checkout rename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 8906e86..1fceeb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../kde-$_pkgfqn
   make
 }