Skip to content

Commit

Permalink
Documentation: regenerate-files: Support categories with digits in them
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Jan 7, 2024
1 parent ae7b609 commit 6bb7a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/maintainers/regenerate-files
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ for release in $GEAR_RELEASES; do
echo -e "${HEADER}" > "kde-gear-${release}.49.9999.keywords"
for file in ".kde-gear-${release}"/*; do
newfile=".kde-gear-${release}.49.9999"/$(basename "${file}")
sed -e "/^<[a-z-]*\/.*\.50$/{s/\.50/.49.9999/;s/^</~/};/^~.*[.-]9999$/s/$/ **/" \
sed -e "/^<[a-z0-9-]*\/.*\.50$/{s/\.50/.49.9999/;s/^</~/};/^~.*[.-]9999$/s/$/ **/" \
-e "/^@/d" "${file}" > "${newfile}"
# echo "${newfile}"
done
Expand Down

0 comments on commit 6bb7a3b

Please sign in to comment.