Fix paths for systemd service files 87/5587/1 accepted/tizen/20130710.221358 submit/tizen/20130709.224303 submit/tizen/20130710.111811
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Tue, 9 Jul 2013 22:21:57 +0000 (15:21 -0700)
committerPatrick McCarty <patrick.mccarty@linux.intel.com>
Tue, 9 Jul 2013 22:42:39 +0000 (15:42 -0700)
Change-Id: Iddc4a37c3a72acca1a9b93894bb7599763ecb05c

packaging/libmm-sound.changes
packaging/libmm-sound.spec

index 1f0f9d8..021f5c8 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Jul 09 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> dc6f19c
+- Fix paths for systemd service files
+
 * Tue May 28 2013 Rusty Lynch <rusty.lynch@intel.com> submit/tizen/20130529.060510@9ed1664
 - Remove bogus dep on pidof
 
index cbad707..c96043b 100644 (file)
@@ -73,10 +73,10 @@ make %{?_smp_mflags}
 
 %install
 %make_install
-install -d %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants
-install -m0644 %{SOURCE1} %{buildroot}%{_libdir}/systemd/system/
-install -m0644 %{SOURCE2} %{buildroot}%{_libdir}/systemd/system/
-ln -sf ../sound-server.path %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants/sound-server.path
+install -d %{buildroot}/usr/lib/systemd/system/multi-user.target.wants
+install -m0644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system/
+install -m0644 %{SOURCE2} %{buildroot}/usr/lib/systemd/system/
+ln -sf ../sound-server.path %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/sound-server.path
 
 # FIXME: remove after systemd is in
 mkdir -p %{buildroot}%{_sysconfdir}/rc.d/rc3.d
@@ -122,9 +122,9 @@ ln -s %{_sysconfdir}/rc.d/init.d/soundserver %{buildroot}%{_sysconfdir}/rc.d/rc4
 %{_sysconfdir}/rc.d/rc3.d/S23soundserver
 %{_sysconfdir}/rc.d/rc4.d/S23soundserver
 /usr/share/sounds/sound-server/*
-%{_libdir}/systemd/system/multi-user.target.wants/sound-server.path
-%{_libdir}/systemd/system/sound-server.service
-%{_libdir}/systemd/system/sound-server.path
+/usr/lib/systemd/system/multi-user.target.wants/sound-server.path
+/usr/lib/systemd/system/sound-server.service
+/usr/lib/systemd/system/sound-server.path
 
 %files devel
 %manifest %{name}.manifest