forked from pool/alsa-utils
Accepting request 750619 from home:Pharaoh_Atem:libexecdir
- Replace incorrect usage of %_libexecdir with %_prefix/lib OBS-URL: https://build.opensuse.org/request/show/750619 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=161
This commit is contained in:
parent
c5a8b6a18e
commit
d5f756937a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 17:38:29 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
||||
|
||||
- Replace incorrect usage of %_libexecdir with %_prefix/lib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 17:46:13 CET 2019 - tiwai@suse.de
|
||||
|
||||
|
@ -96,8 +96,8 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/alsa
|
||||
# systemd unit files
|
||||
install -c -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}
|
||||
ln -s ../sound-extra.service %{buildroot}%{_unitdir}/sound.target.wants
|
||||
mkdir -p %{buildroot}%{_libexecdir}/systemd/scripts
|
||||
install -c -m 0755 %{SOURCE5} %{buildroot}%{_libexecdir}/systemd/scripts
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/systemd/scripts
|
||||
install -c -m 0755 %{SOURCE5} %{buildroot}%{_prefix}/lib/systemd/scripts
|
||||
|
||||
%pre
|
||||
%service_add_pre sound-extra.service
|
||||
@ -128,7 +128,7 @@ install -c -m 0755 %{SOURCE5} %{buildroot}%{_libexecdir}/systemd/scripts
|
||||
%{_udevdir}
|
||||
%{_unitdir}/*.service
|
||||
%{_unitdir}/sound.target.wants
|
||||
%{_libexecdir}/systemd/scripts
|
||||
%{_prefix}/lib/systemd/scripts
|
||||
%{_localstatedir}/lib/alsa
|
||||
|
||||
%files -n alsabat
|
||||
|
Loading…
Reference in New Issue
Block a user