Skip to content

Commit

Permalink
app-office/scribus: Avoid excessive amounts of warnings
Browse files Browse the repository at this point in the history
Closes: gentoo#3331

Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
gagern authored and jlec committed Jan 5, 2017
1 parent 642ffdf commit 2f6a34b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app-office/scribus/scribus-1.5.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ src_install() {
# en_EN can be deleted always
for lang in ${IUSE_LINGUAS}; do
if ! use linguas_${lang}; then
_lang=$(translate_lang)
_lang=$(translate_lang ${lang})
safe_delete "${ED%/}"/usr/share/man/${_lang}
fi
done
Expand Down Expand Up @@ -205,8 +205,6 @@ safe_delete () {
ebegin "Deleting ${x}"
rm "${x}" || die
eend $?
else
ewarn "${x} not found"
fi
done
}
Expand Down

0 comments on commit 2f6a34b

Please sign in to comment.