diff options
| -rw-r--r-- | packages/net-im/psi/psi-scm.exheres-0 | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/net-im/psi/psi-scm.exheres-0 b/packages/net-im/psi/psi-scm.exheres-0 index b9afb50..8ef1475 100644 --- a/packages/net-im/psi/psi-scm.exheres-0 +++ b/packages/net-im/psi/psi-scm.exheres-0 @@ -179,10 +179,10 @@ src_install() {      emagicdocs      mylrelease=lrelease-qt5      cd "${WORK}"/psi-l10n -    insinto /usr/share/${MY_PN} +    insinto /usr/$(exhost --target)/share/${MY_PN}      for lang in ${LANGS}; do          if option "linguas:${lang}"; then -            "${mylrelease}" "translations/${PN}_${lang}.ts" || die "lrelease ${1} failed" +            edo "${mylrelease}" "translations/${PN}_${lang}.ts"              doins "translations/${PN}_${lang}.qm"          fi      done  | 
