diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-20 10:47:21 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-20 10:47:21 +0200 |
commit | 1515793b0e092720d193641ec39afb4656e90aca (patch) | |
tree | f271d1ef155d655299e9c77eb48f570fb97c325a | |
parent | 7d599fedbd4ff0da8de784d99428ff2680f4e49d (diff) |
cleanup for php56more
-rw-r--r-- | php-pecl-imagick-dev.spec | 2 | ||||
-rw-r--r-- | php-pecl-imagick.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-imagick-dev.spec b/php-pecl-imagick-dev.spec index ec6c3c7..8a7b20e 100644 --- a/php-pecl-imagick-dev.spec +++ b/php-pecl-imagick-dev.spec @@ -10,7 +10,7 @@ %if "%{scl}" == "rh-php56" %global sub_prefix more-php56- %else -%global sub_prefix %{?scl_prefix} +%global sub_prefix %{scl_prefix} %endif %endif diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 219a081..fe8229e 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -10,7 +10,7 @@ %if "%{scl}" == "rh-php56" %global sub_prefix more-php56- %else -%global sub_prefix %{?scl_prefix} +%global sub_prefix %{scl_prefix} %endif %endif |