]> git.pld-linux.org Git - packages/php.git/commitdiff
move php.1 manual to -program (link to actual php-cli)
authorElan Ruusamäe <glen@delfi.ee>
Wed, 1 Aug 2012 22:49:03 +0000 (01:49 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 1 Aug 2012 22:49:11 +0000 (01:49 +0300)
php.spec

index b770a82b8c6f2a781091c4e8901c9c49988d7342..ee86db132baa9af2bbd6b6840cbb78d45f5e4be8 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2701,12 +2701,12 @@ fi
 %dir %{_sysconfdir}/cli.d
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
 %attr(755,root,root) %{_bindir}/php.cli
-%{_mandir}/man1/php.1*
 %{_mandir}/man1/php.cli.1*
 
 %files program
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/php
+%{_mandir}/man1/php.1*
 
 %if %{with fpm}
 %files fpm
This page took 0.127555 seconds and 4 git commands to generate.