Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-08-03 19:07:18 +0000
committereutarass2010-08-03 19:07:18 +0000
commit0ce5c955e6b581ddb5a6cb7b57b9af2de70721ec (patch)
treeb21ae67d997a05e0143b2a3c6418ceab654d08bf /main/tcf-agent.spec
parentcd7425678604cb93a99d42e787cd1dfb622cab7c (diff)
downloadorg.eclipse.tcf.agent-0ce5c955e6b581ddb5a6cb7b57b9af2de70721ec.tar.gz
org.eclipse.tcf.agent-0ce5c955e6b581ddb5a6cb7b57b9af2de70721ec.tar.xz
org.eclipse.tcf.agent-0ce5c955e6b581ddb5a6cb7b57b9af2de70721ec.zip
Bug 321622: TCF agent headers required for plugins are not installed
Diffstat (limited to 'main/tcf-agent.spec')
-rw-r--r--main/tcf-agent.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/tcf-agent.spec b/main/tcf-agent.spec
index 1a2b8aca..c3604dc9 100644
--- a/main/tcf-agent.spec
+++ b/main/tcf-agent.spec
@@ -29,7 +29,7 @@ rm -rf $RPM_BUILD_ROOT
make all CONF=Release
%install
-make install CONF=Release INSTALLROOT=$RPM_BUILD_ROOT SBIN=%{_sbindir}
+make install CONF=Release INSTALLROOT=$RPM_BUILD_ROOT SBIN=%{_sbindir} INCLUDE=%{_includedir}
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
@@ -54,6 +54,7 @@ fi
%defattr(-,root,root,0755)
%config /etc/init.d/%{name}
%{_sbindir}/%{name}
+%{_includedir}/tcf
%changelog
* Thu Jun 03 2010 Eugene Tarassov <eugene.tarassov@windriver.com> 0.3.0

Back to the top