diff options
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/psi-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index f322532..07217b1 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -102,11 +102,11 @@ src_install() { # install translations cd "${WORKDIR}" insinto /usr/share/${PN}/ - for LNG in ${LANGS}; do - if use linguas_${LNG}; then - doins ${LNG}/${PN}_${LNG}.qm || die - fi - done +# for LNG in ${LANGS}; do +# if use linguas_${LNG}; then +# doins ${LNG}/${PN}_${LNG}.qm || die +# fi +# done if use extras; then cp -a "${WORKDIR}"/iconsets/* "${D}"/usr/share/${PN}/iconsets/ || die |