aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-05 00:14:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-05 00:14:51 +0200
commitcb5a0aa30b2355ba2cfff1a3306283e8ba89eb3d (patch)
treec7432c17c925835e7c329b8fd774bcc3fc135005 /Documentation
parentDocumentation: regenerate-files: Switch to KF-6.6.0 default (diff)
downloadkde-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-xDocumentation/maintainers/regenerate-files2
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