diff --git a/DEBIAN/postinst.in b/DEBIAN/postinst.in index 98e9365825..eaccaa938b 100755 --- a/DEBIAN/postinst.in +++ b/DEBIAN/postinst.in @@ -38,7 +38,7 @@ do_configureLogrotate() { dateformat .%%Y-%%m-%%d_%H:%%M:%%S } EOF - # Fix for %S argument not found (now we escape with %%) + # Fix for % S argument not found (now we escape with %%) # issue was RPM build thought we were using macros # https://gitlab.kitware.com/cmake/cmake/-/issues/22965 # https://rpm-software-management.github.io/rpm/manual/spec.html diff --git a/RPM/post.in b/RPM/post.in index bfb0613388..29787d660f 100755 --- a/RPM/post.in +++ b/RPM/post.in @@ -37,7 +37,7 @@ do_configureLogrotate() { dateformat .%%Y-%%m-%%d_%H:%%M:%%S } EOF - # Fix for %S argument not found (now we escape with %%) + # Fix for % S argument not found (now we escape with %%) # issue was RPM build thought we were using macros # https://gitlab.kitware.com/cmake/cmake/-/issues/22965 # https://rpm-software-management.github.io/rpm/manual/spec.html