Commit 1e83400d authored by Ophélie Gagnard's avatar Ophélie Gagnard

Create a directory for configuration files and adapt the Makefile accordingly.

parent 21b10826
......@@ -33,7 +33,7 @@ install-no-dracut:
install -d $(DESTDIR)$(PREFIX)/bin/
install -m 744 bin/metadata-collect-agent $(DESTDIR)$(PREFIX)/bin/metadata-collect-agent
install -d $(DESTDIR)$(PREFIX)/etc/
install -m 644 flb.conf $(DESTDIR)$(PREFIX)/etc/flb.conf
install -m 644 src/configuration-files/flb.conf $(DESTDIR)$(PREFIX)/etc/flb.conf
install -d $(DESTDIR)$(PREFIX)/lib
install -m 644 lib/fluentbit_wendelin.so $(DESTDIR)$(PREFIX)/lib/fluentbit_wendelin.so
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment