author | Antonio Rojas
<arojas@archlinux.org> 2024-04-12 09:56:52 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-04-12 09:56:52 UTC |
parent | 77fc61399307a29c69b82cb3be2f5b4f17fc21a5 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 98f8dc2..3ca4927 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,13 +27,13 @@ pkgver() { prepare() { mkdir -p build - patch -d $_pkgfqn -p1 < qt5-quick3d-assimp-5.1.patch # Fix build with assimp 5.1 + patch -d kde-$_pkgfqn -p1 < qt5-quick3d-assimp-5.1.patch # Fix build with assimp 5.1 } build() { cd build - qmake ../${_pkgfqn} + qmake ../kde-$_pkgfqn make }