minor fix
This commit is contained in:
parent
73e0a6d519
commit
6dd779c249
|
@ -159,7 +159,7 @@ fi
|
|||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%defattr(750,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_sysconfdir}/rc.d/init.d/pandora_server
|
||||
%{_sysconfdir}/rc.d/init.d/tentacle_serverd
|
||||
|
@ -174,10 +174,11 @@ exit 0
|
|||
%{_mandir}/man1/pandora_server.1.gz
|
||||
%{_mandir}/man1/tentacle_server.1.gz
|
||||
|
||||
%defattr(-,pandora,root)
|
||||
%defattr(750,pandora,root)
|
||||
%{_bindir}/pandora_exec
|
||||
%{_bindir}/pandora_server
|
||||
%{_bindir}/tentacle_server
|
||||
|
||||
%dir %{_sysconfdir}/pandora
|
||||
%dir %{_localstatedir}/spool/pandora
|
||||
|
||||
|
|
Loading…
Reference in New Issue