Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix build error on RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Apr 1, 2014
1 parent c3ec35d commit cca43bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -80,7 +80,7 @@ install: install-recursive
mkdir -p $(DESTDIR)$(sysconfdir)/td-agent
cp -f $(srcdir)/td-agent.conf $(DESTDIR)$(sysconfdir)/td-agent/td-agent.conf.tmpl
if [ -f "$(srcdir)/td-agent.conf.custom" ]; then \
cp -f $(srcdir)/td-agent.conf.custom $(DESTDIR)$(sysconfdir)/td-agent/td-agent.conf; \
cp -f $(srcdir)/td-agent.conf.custom $(DESTDIR)$(sysconfdir)/td-agent/td-agent.conf.tmpl; \
fi
mkdir -p $(DESTDIR)$(sysconfdir)/td-agent/prelink.conf.d
cp -f $(srcdir)/td-agent.prelink.conf $(DESTDIR)$(sysconfdir)/td-agent/prelink.conf.d/td-agent.conf
Expand Down
2 changes: 1 addition & 1 deletion redhat/td-agent.spec
Expand Up @@ -122,7 +122,7 @@ fi

%files
%defattr(-,root,root)
%config(noreplace,missingok) %{_sysconfdir}/td-agent/td-agent.conf
#%config(noreplace,missingok) %{_sysconfdir}/td-agent/td-agent.conf
/usr/bin/td
/usr/sbin/td-agent
/usr/%{_lib}/fluent
Expand Down

0 comments on commit cca43bc

Please sign in to comment.