aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-18 04:16:02 +0100
committerSam James <sam@gentoo.org>2022-10-18 04:40:07 +0100
commitc81e799a3bc8de79ade7c5e2610ed305581c73cc (patch)
treed2868abf1c244183c21c7f2fde1ed7d4f80cc053 /bin/ebuild-helpers
parentGitSync.update: default to "--depth 1" (bug 824782 comment 17) (diff)
downloadportage-c81e799a3bc8de79ade7c5e2610ed305581c73cc.tar.gz
portage-c81e799a3bc8de79ade7c5e2610ed305581c73cc.tar.bz2
portage-c81e799a3bc8de79ade7c5e2610ed305581c73cc.zip
info: drop .lz4/.lzo for info, use sorted list
Use same ordering of suffixes as we do elsewhere for easy comparison. (I threw in .lz4 & .lzo last-minute earlier but on reflection, it's misleading to put it here if it's not supported yet by texinfo.) Fixes: 800e09a4a1a630548ea8316e5c906c6f48af3105 Bug: https://bugs.gentoo.org/757525 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'bin/ebuild-helpers')
-rwxr-xr-xbin/ebuild-helpers/prepinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild-helpers/prepinfo b/bin/ebuild-helpers/prepinfo
index 4d200d0d3..14fa38226 100755
--- a/bin/ebuild-helpers/prepinfo
+++ b/bin/ebuild-helpers/prepinfo
@@ -32,7 +32,7 @@ find "${ED%/}/${infodir#/}" -type d -print0 | while read -r -d $'\0' x ; do
[[ -e ${f} ]] && continue 2
done
- rm -f "${x}"/dir{,.info}{,.gz,.bz2,.xz,.lz,.zst,.lzma,.lz4}
+ rm -f "${x}"/dir{,.info}{,.Z,.gz,.bz2,.lzma,.lz,.xz,.zst}
done
exit 0