[systemd] bug fix for wrt_launchpad_daemon systemd service file
authorbaik <knhoon.baik@samsung.com>
Thu, 13 Dec 2012 01:51:40 +0000 (10:51 +0900)
committerbaik <knhoon.baik@samsung.com>
Thu, 13 Dec 2012 01:51:40 +0000 (10:51 +0900)
Change-Id: I64eb85aa1d769f5157f4609fc6762f189d544980

packaging/wrt.spec

index deed791..8674fc8 100644 (file)
@@ -97,7 +97,7 @@ ln -sf ../../init.d/wrt_launchpad_run.sh %{buildroot}/%{_sysconfdir}/rc.d/rc4.d/
 #systemd
 mkdir -p %{buildroot}%{_libdir}/systemd/system/graphical.target.wants
 install -m 0644 %SOURCE101 %{buildroot}%{_libdir}/systemd/system/wrt_launchpad_daemon@.service
-ln -s ../launchpad-preload@.service %{buildroot}%{_libdir}/systemd/system/graphical.target.wants/wrt_launchpad_daemon@app.service
+ln -s ../wrt_launchpad_daemon@.service %{buildroot}%{_libdir}/systemd/system/graphical.target.wants/wrt_launchpad_daemon@app.service
 
 %preun
 if [ $1 == 0 ]; then