diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-13 10:56:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-13 10:56:52 +0100 |
commit | 9bbf71fb770e966f9a31ab2943b0dbcb00c333f0 (patch) | |
tree | 2c691ea2a8a2b3995fddc901d4d96318ae6e5ebf | |
parent | 13b1c3e1142b4636c70c90df7e507748a96a57af (diff) |
RPM macros are not config files
-rw-r--r-- | php-pear.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pear.spec b/php-pear.spec index 2cc77ad..f94d0d6 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -202,7 +202,7 @@ rm new-pear.conf %{peardir} %{_bindir}/* %config(noreplace) %{_sysconfdir}/pear.conf -%config %{_sysconfdir}/rpm/macros.pear +%{_sysconfdir}/rpm/macros.pear %dir %{_localstatedir}/cache/php-pear %dir %{_localstatedir}/www/html %dir %{_sysconfdir}/pear |