We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any reason that the Makefile only installs grok/patterns/base? There are also java, ruby, and nagios files in the distro.
Any reason to not do this?
diff --git a/Makefile b/Makefile index adfe869..f8cf5f2 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,9 @@ install: libgrok.$(LIBSUFFIX) grok discogrok $(GROKHEADER) install -d $(DESTDIR)$(PREFIX)/share/grok install -d $(DESTDIR)$(PREFIX)/share/grok/patterns install patterns/base $(DESTDIR)$(PREFIX)/share/grok/patterns/ + install patterns/java $(DESTDIR)$(PREFIX)/share/grok/patterns/ + install patterns/nagios $(DESTDIR)$(PREFIX)/share/grok/patterns/ + install patterns/ruby $(DESTDIR)$(PREFIX)/share/grok/patterns/ uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/grok
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Any reason that the Makefile only installs grok/patterns/base? There are also java, ruby, and nagios files in the distro.
Any reason to not do this?
The text was updated successfully, but these errors were encountered: