diff options
author | ormorph <roma251078@mail.ru> | 2020-11-28 23:42:49 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-11-29 18:54:38 +0000 |
commit | 5ae0925444db04bec4d54c3b50a759101f37469d (patch) | |
tree | 11041bdad080f9752519df55b2664741014595bb /trinity-base/khelpcenter/khelpcenter-9999.ebuild | |
parent | 11164d9db700785f36a7f91ed22e71497a1ebd4f (diff) | |
download | tde-packaging-gentoo-5ae0925444db04bec4d54c3b50a759101f37469d.tar.gz tde-packaging-gentoo-5ae0925444db04bec4d54c3b50a759101f37469d.zip |
Added the translations directory to the unpack list, as well as commits shortcomings correction
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/khelpcenter/khelpcenter-9999.ebuild')
-rw-r--r-- | trinity-base/khelpcenter/khelpcenter-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trinity-base/khelpcenter/khelpcenter-9999.ebuild b/trinity-base/khelpcenter/khelpcenter-9999.ebuild index 396e704d..16727b8e 100644 --- a/trinity-base/khelpcenter/khelpcenter-9999.ebuild +++ b/trinity-base/khelpcenter/khelpcenter-9999.ebuild @@ -14,6 +14,8 @@ RDEPEND=" ~trinity-base/tdebase-tdeioslaves-${PV} || ( www-misc/htdig www-misc/hldig )" +TSM_EXTRACT_ALSO="translations/" + pkg_setup() { # Issue some warning if MAKEOPTS -j parameter is higher than 4 local makeopts_j |