diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-09 14:11:38 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-09 14:11:38 +0100 |
commit | 86ab6ceea1ff729299b1d2dc589b3bef6f1293b7 (patch) | |
tree | efd78d5d0b019644792f025395e079ae0d077617 /macros-build | |
parent | 3a09319844027ff245b7b9404eb20d56fb90d85d (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} |