From: Chengwei Yang Date: Thu, 28 Mar 2013 09:55:51 +0000 (+0800) Subject: Fix build failure X-Git-Tag: submit/tizen_2.1/20130514.052150^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=075fd7d7f29e691f66cb46adbff689a1426de661;p=external%2Fcorewatcher.git Fix build failure Change-Id: I09bf58aba91623cde8412f555feb4141ede380ed Signed-off-by: Chengwei Yang --- diff --git a/.gitignore b/.gitignore index 0558aa0..5b0a748 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ DEADJOE extract_oops core.* -corewatcher corewatcher-applet *.o *.gz diff --git a/packaging/corewatcher.spec b/packaging/corewatcher.spec index e7f4206..65d5890 100644 --- a/packaging/corewatcher.spec +++ b/packaging/corewatcher.spec @@ -44,7 +44,7 @@ ln -s ../init.d/corewatcher %{buildroot}%{_sysconfdir}/rc.d/rc3.d/S10corewatcher ln -s ../init.d/corewatcher %{buildroot}%{_sysconfdir}/rc.d/rc4.d/S10corewatcher mkdir -p %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants -install -m 0644 corewatcher.service %{buildroot}%{_libdir}/systemd/system/corewatcher.service +install -m 0644 src/corewatcher.service %{buildroot}%{_libdir}/systemd/system/corewatcher.service ln -s ../corewatcher.service %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants/corewatcher.service %files