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
|
||||
mkdir -p -m 755 %{buildroot}/lib/modprobe.d/
|
||||
install -p -m 644 %{SOURCE11} %{buildroot}/lib/modprobe.d/dist-alsa.conf
|
||||
# bug#926973
|
||||
#install -p -m 644 %{SOURCE12} %{buildroot}/lib/modprobe.d/dist-oss.conf
|
||||
# bug#926973, place this file to the doc directory
|
||||
install -p -m 644 %{SOURCE12} %{buildroot}%{_defaultdocdir}/%{name}-%{version}/modprobe-dist-oss.conf
|
||||
|
||||
# Create UCM directory
|
||||
mkdir -p %{buildroot}/%{_datadir}/alsa/ucm
|
||||
@ -88,7 +88,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%files
|
||||
%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
|
||||
#doc Changelog
|
||||
%config %{_sysconfdir}/asound.conf
|
||||
|
Loading…
Reference in New Issue
Block a user