Skip to content
New issue

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

Make install only installs base pattern #13

Open
pcn opened this issue May 24, 2012 · 0 comments
Open

Make install only installs base pattern #13

pcn opened this issue May 24, 2012 · 0 comments

Comments

@pcn
Copy link

pcn commented May 24, 2012

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant