mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 22:22:13 +00:00
KF5_KCOREADDONS_CONF_OPTS is set both outside and inside the conditional block, so the value set outside would be lost if the condition were to be true. Use append-assignement in this case, as reported by check-package. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>