diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-09 14:10:38 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-09 14:10:38 +0100 |
commit | a1a343108f2390c78912418fbc1392dac1fb17c6 (patch) | |
tree | faa1482dc9a12c501c58a5b8a3dbabd14cbc40e4 | |
parent | 8088b5b781496e8780b2b6088416774a6b351d05 (diff) |
man page title
-rw-r--r-- | php82.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ cp %{SOURCE2} . # generate a helper script that will be used by help2man cat >h2m_helper <<'EOF' #!/bin/bash -[ "$1" == "--version" ] && echo "%{scl_name} %{version} Software Collection" || cat README +[ "$1" == "--version" ] && echo "%{scl_name} Software Collection (PHP %{version})" || cat README EOF chmod a+x h2m_helper |