diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-09 14:11:18 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-09 14:11:18 +0100 |
commit | 6173e2f13639b95081f580a3a250e22863629122 (patch) | |
tree | 59581ce72805be24d864ee546668762c535ab28f /macros-build | |
parent | 859090c7eaa4655dcf4214b1b667234188e62a74 (diff) |
define %scl_vendor and %_scl_prefix in macros.php81-config
move man page out of scl tree
improve the man page
Diffstat (limited to 'macros-build')
-rw-r--r-- | macros-build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macros-build b/macros-build index 03ff02d..ba4632d 100644 --- a/macros-build +++ b/macros-build @@ -1,4 +1,6 @@ -%_sclreq (%{scl_vendor}) +%scl_vendor @VENDOR@ +%_scl_prefix @PREFIX@ +%_sclreq (@VENDOR@) %scl_package_override() %{expand: %{?@SCL@___pear:%global __pear %@SCL@___pear} |