- Fix the installation of postinit rules

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=55
This commit is contained in:
2012-06-20 16:21:15 +00:00
committed by Git OBS Bridge
parent d98c8953ff
commit 87c88c5286
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 20 18:19:21 CEST 2012 - tiwai@suse.de
- Fix the installation of postinit rules
-------------------------------------------------------------------
Fri Jun 15 15:41:10 CEST 2012 - tiwai@suse.de

View File

@@ -113,6 +113,7 @@ make %{?_smp_mflags}
%install
%makeinstall
mkdir -p $RPM_BUILD_ROOT%{_datadir}/alsa/init/postinit
for i in %{_sourcedir}/[0-9]*.conf; do
install -c -m 0644 $i $RPM_BUILD_ROOT%{_datadir}/alsa/init/postinit
done