resolve bug#926973
This commit is contained in:
parent
3b940676bd
commit
f06fbc14bd
@ -73,8 +73,8 @@ install -p -m 644 %{SOURCE10} %{buildroot}/etc
|
|||||||
# Install the modprobe files for ALSA
|
# Install the modprobe files for ALSA
|
||||||
mkdir -p -m 755 %{buildroot}/lib/modprobe.d/
|
mkdir -p -m 755 %{buildroot}/lib/modprobe.d/
|
||||||
install -p -m 644 %{SOURCE11} %{buildroot}/lib/modprobe.d/dist-alsa.conf
|
install -p -m 644 %{SOURCE11} %{buildroot}/lib/modprobe.d/dist-alsa.conf
|
||||||
# bug#926973
|
# bug#926973, place this file to the doc directory
|
||||||
#install -p -m 644 %{SOURCE12} %{buildroot}/lib/modprobe.d/dist-oss.conf
|
install -p -m 644 %{SOURCE12} %{buildroot}%{_defaultdocdir}/%{name}-%{version}/modprobe-dist-oss.conf
|
||||||
|
|
||||||
# Create UCM directory
|
# Create UCM directory
|
||||||
mkdir -p %{buildroot}/%{_datadir}/alsa/ucm
|
mkdir -p %{buildroot}/%{_datadir}/alsa/ucm
|
||||||
@ -88,7 +88,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING TODO doc/asoundrc.txt ${SOURCE12}
|
%doc COPYING TODO doc/asoundrc.txt
|
||||||
# file is as old as 0.2.0 / Red Hat bugzilla #510212
|
# file is as old as 0.2.0 / Red Hat bugzilla #510212
|
||||||
#doc Changelog
|
#doc Changelog
|
||||||
%config %{_sysconfdir}/asound.conf
|
%config %{_sysconfdir}/asound.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user