Skip to content

Commit

Permalink
app-i18n/man-pages-de: Remove unnecessary for loop.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Mar 24, 2020
1 parent 22dd6f9 commit 1287788
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app-i18n/man-pages-de/man-pages-de-2.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ src_prepare() {
default

# some packages have their own translations
local manpage
local noinst_manpages=(
# sys-apps/shadow
po/de/man1/groups.1.po
Expand All @@ -48,10 +47,7 @@ src_prepare() {
po/de/man1/xzless.1.po
po/de/man1/xzmore.1.po
)
for manpage in ${noinst_manpages[@]} ; do
echo "${manpage}"
rm "${manpage}" || die
done
rm "${noinst_manpages[@]}" || die

eautoreconf
}
Expand Down

0 comments on commit 1287788

Please sign in to comment.