View | Details | Raw Unified | Return to bug 23828
Collapse All | Expand All

(-)a/mpd.spec (-2 / +1 lines)
Lines 219-225 bzip2 --best --keep --force NEWS Link Here
219
219
220
220
221
%install
221
%install
222
%make_install DESTDIR=%buildroot protocoldir=%_docdir/%name-%version/html install
222
%makeinstall_std protocoldir=%_docdir/%name-%version/html
223
ln -s html %buildroot%_docdir/%name-%version/protocol
223
ln -s html %buildroot%_docdir/%name-%version/protocol
224
install -d %buildroot{%_localstatedir/%name/playlists,{/var/run,%_logdir}/%name,%_sysconfdir,%_initdir}
224
install -d %buildroot{%_localstatedir/%name/playlists,{/var/run,%_logdir}/%name,%_sysconfdir,%_initdir}
225
install -m 0644 %SOURCE1 %buildroot%_sysconfdir/%name.conf
225
install -m 0644 %SOURCE1 %buildroot%_sysconfdir/%name.conf
226
- 

Return to bug 23828