From: Chengwei Yang Date: Thu, 28 Mar 2013 09:53:59 +0000 (+0800) Subject: Fix build failure X-Git-Tag: 2.1b_release^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4be21d3b56c35464eaa0c5a9e3921f71d6dd5476;p=external%2Fcorewatcher.git Fix build failure Change-Id: I95629d7dd20ce892ad014184dd0f790ca921b84e 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 b/packaging/corewatcher new file mode 100644 index 0000000..b486538 --- /dev/null +++ b/packaging/corewatcher @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/sbin/corewatcher & \ No newline at end of file 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