forked from pool/pulseaudio
Accepting request 195796 from home:dimstar:branches:multimedia:libs
- Fix fdupes call on doxygen/html: use hardlinks instead of softlinks (bnc#835683). OBS-URL: https://build.opensuse.org/request/show/195796 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=124
This commit is contained in:
parent
d0d87fb15a
commit
ecfef59b1f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 09:38:49 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Fix fdupes call on doxygen/html: use hardlinks instead of
|
||||||
|
softlinks (bnc#835683).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 24 15:10:41 UTC 2013 - oholecek@suse.com
|
Mon Jun 24 15:10:41 UTC 2013 - oholecek@suse.com
|
||||||
|
|
||||||
|
@ -315,7 +315,7 @@ ln -s esdcompat %{buildroot}%{_bindir}/esd
|
|||||||
mkdir -p %{buildroot}/%{_fwdefdir}
|
mkdir -p %{buildroot}/%{_fwdefdir}
|
||||||
install -m 0644 %{S:4} %{buildroot}/%{_fwdefdir}/pulseaudio-server
|
install -m 0644 %{S:4} %{buildroot}/%{_fwdefdir}/pulseaudio-server
|
||||||
%endif
|
%endif
|
||||||
%fdupes -s doxygen/html
|
%fdupes doxygen/html
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{?buildroot:%__rm -rf '%{buildroot}'}
|
%{?buildroot:%__rm -rf '%{buildroot}'}
|
||||||
|
Loading…
Reference in New Issue
Block a user