diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-22 14:25:00 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-22 14:25:00 +0100 |
commit | b59cef59ef617efb9853ea42a2033ca0fef764e3 (patch) | |
tree | d262af0baf86175c95f90daa442e5966e16da57b | |
parent | 6295ae29d720563fdd244c2a7c8df7eed939e7ec (diff) |
php: fix path in package description (scl)
-rw-r--r-- | php.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ Provides: %{?scl_prefix}php-readline, %{?scl_prefix}php-readline%{?_isa} %description cli The %{?scl_prefix}php-cli package contains the command-line interface -executing PHP scripts, /usr/bin/php, and the CGI interface. +executing PHP scripts, %{_bindir}/php, and the CGI interface. %package fpm |