diff options
author | 2022-10-16 13:41:22 +0200 | |
---|---|---|
committer | 2022-10-16 13:41:22 +0200 | |
commit | 43d1926a3108d328ac7316d08672e43c0e59a1e7 (patch) | |
tree | 7fe0b77781ff37284309af1c9c3d456ba09d92f0 /kde-plasma/plasma-workspace | |
parent | kde-plasma/libkworkspace: Translations moved to code repository (diff) | |
download | kde-43d1926a3108d328ac7316d08672e43c0e59a1e7.tar.gz kde-43d1926a3108d328ac7316d08672e43c0e59a1e7.tar.bz2 kde-43d1926a3108d328ac7316d08672e43c0e59a1e7.zip |
kde-plasma/plasma-workspace: Translations moved to code repository
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-workspace')
-rw-r--r-- | kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index a260f2dd30..280ea47f73 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -166,9 +166,7 @@ src_prepare() { cmake_comment_add_subdirectory libkworkspace # delete colliding libkworkspace translations - if [[ ${KDE_BUILD_TYPE} = release ]]; then - find po -type f -name "*po" -and -name "libkworkspace*" -delete || die - fi + find po -type f -name "*po" -and -name "libkworkspace*" -delete || die # TODO: try to get a build switch upstreamed if ! use screencast; then |