[alsa-utils] systemd: we should override the service files, not the symlinks to the service files

Lennart Poettering lennart at fedoraproject.org
Fri Jan 6 22:42:09 UTC 2012


commit 11839b7f947d30e3f15b04f455823fa4c6f6f367
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jan 6 23:34:06 2012 +0100

    systemd: we should override the service files, not the symlinks to the service files

 alsa-utils.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/alsa-utils.spec b/alsa-utils.spec
index ea1345d..c4c7f03 100644
--- a/alsa-utils.spec
+++ b/alsa-utils.spec
@@ -48,8 +48,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 # Install ALSA udev rules
 install -p -m 644 %{SOURCE10} $RPM_BUILD_ROOT/lib/udev/rules.d/90-alsa-restore.rules
-install -p -m 644 %{SOURCE20} $RPM_BUILD_ROOT/lib/systemd/system/basic.target.wants/alsa-restore.service
-install -p -m 644 %{SOURCE21} $RPM_BUILD_ROOT/lib/systemd/system/shutdown.target.wants/alsa-store.service
+install -p -m 644 %{SOURCE20} $RPM_BUILD_ROOT/lib/systemd/system/alsa-restore.service
+install -p -m 644 %{SOURCE21} $RPM_BUILD_ROOT/lib/systemd/system/alsa-store.service
 
 # Install support utilities
 mkdir -p -m755 $RPM_BUILD_ROOT/bin


More information about the scm-commits mailing list