diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-05 00:14:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-05 00:14:51 +0200 |
commit | cb5a0aa30b2355ba2cfff1a3306283e8ba89eb3d (patch) | |
tree | c7432c17c925835e7c329b8fd774bcc3fc135005 /Documentation | |
parent | Documentation: regenerate-files: Switch to KF-6.6.0 default (diff) | |
download | kde-cb5a0aa30b2355ba2cfff1a3306283e8ba89eb3d.tar.gz kde-cb5a0aa30b2355ba2cfff1a3306283e8ba89eb3d.tar.bz2 kde-cb5a0aa30b2355ba2cfff1a3306283e8ba89eb3d.zip |
Documentation: regenerate-files: Fix unversioned KF6 set generation
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/maintainers/regenerate-files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 7e2e5686e6..4e84a1d6f2 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -176,7 +176,7 @@ pushd ../../sets/ > /dev/null for set in *frameworks-*${KF6_RELEASE}; do newfile=${set/%-${KF6_RELEASE}} echo -e "${HEADER}" > "${newfile}" - sed -r "/@/s/-${KF6_RELEASE}//g;/9999$/s/~//;s/<//;\@kde-frameworks/@s/-(9999|5\.[0-9]+\.50)//" "${set}" >> "${newfile}" + sed -r "/@/s/-${KF6_RELEASE}//g;/9999$/s/~//;s/<//;\@kde-frameworks/@s/-(9999|6\.[0-9]+\.50)//" "${set}" >> "${newfile}" done for set in *plasma-${PLASMA_RELEASE}; do |