author | Antonio Rojas
<arojas@archlinux.org> 2024-04-12 09:56:51 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-04-12 09:56:51 UTC |
parent | 5920459e3af6188ed4418c8a7aee909bc4138239 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 6e75bd8..d1b651a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -30,7 +30,7 @@ prepare() { build() { cd build - qmake ../${_pkgfqn} CONFIG+=fat-static-lto + qmake ../kde-$_pkgfqn CONFIG+=fat-static-lto make }