Skip to content

Commit

Permalink
kde-apps/calendarjanitor: Don't die on missing translations
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
a17r committed Apr 25, 2017
1 parent d8e663b commit 206d6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kde-apps/calendarjanitor/calendarjanitor-17.04.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ src_prepare() {

# delete colliding konsolekalendar translations
if [[ ${KDE_BUILD_TYPE} = release ]]; then
rm po/*/konsolekalendar.po || die
rm -f po/*/konsolekalendar.po || die
rm -rf po/*/docs/konsolekalendar || die
fi
}

0 comments on commit 206d6c3

Please sign in to comment.