]> 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:03 +0000 (01:49 +0300)
php.spec

index e2e51c7d621f99127f019ff2ca613e0ea768dbbd..b122ec1232b4fe4e22abb33ae26dd5c4f219ba8a 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2684,12 +2684,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.679408 seconds and 4 git commands to generate.