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

index 3ad895fd73364876d7829d05eb10877b23b71990..959fba25b5bf89f612ea23d20a167b4d03133508 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2725,12 +2725,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.756846 seconds and 4 git commands to generate.