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 | e59cdd7d5406d27e2aa16f2138ed64c047040b62 (patch) | |
tree | 9b5e750477fa9092c70451354457b581a070350b | |
parent | 7ae68dacce1e8e2c0a69764acfcf16361945fb3a (diff) |
cleanup for php56more
-rw-r--r-- | php-pecl-redis.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 3d1ea90..528a28f 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -13,7 +13,7 @@ %if "%{scl}" == "rh-php56" %global sub_prefix more-php56- %else -%global sub_prefix %{?scl_prefix} +%global sub_prefix %{scl_prefix} %endif %endif |