Skip to content

Commit 530f4b9

Browse files
authored
Merge pull request #158 from bawuenet/fix_scl
Add missing SCL prefix for php-common
2 parents b2c82fa + d7dff5a commit 530f4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/ng/map.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2712,7 +2712,7 @@
27122712
'composer': 'composer',
27132713
'composer_bin': 'composer',
27142714
'console-table': 'php-pear-Console-Table',
2715-
'curl': ['php-common', 'curl'],
2715+
'curl': [rh_prefix + 'php-common', 'curl'],
27162716
'dev': rh_prefix + 'php-devel',
27172717
'ext_conf_path': '/etc/' + path_suffix + 'php.d',
27182718
'fpm': rh_prefix + 'php-fpm',

0 commit comments

Comments
 (0)