Commit 476011f9 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Makefile: Change the makefile according to the flb.conf renaming into flb.conf.in

parent 65c46a99
......@@ -26,11 +26,11 @@ 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 src/configuration-files/flb.conf $(DESTDIR)$(PREFIX)/etc/flb.conf
install -m 644 src/configuration-files/flb.conf.in $(DESTDIR)$(PREFIX)/etc/flb.conf.in
uninstall-no-dracut:
rm -rf $(DESTDIR)$(PREFIX)/bin/metadata-collect-agent
rm -rf $(DESTDIT)$(PREFIX)/etc/flb.conf
rm -rf $(DESTDIT)$(PREFIX)/etc/flb.conf.in
no-dracut: bin/metadata-collect-agent
......
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