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

Install issues #24

Closed
woytowg opened this issue Oct 2, 2014 · 1 comment
Closed

Install issues #24

woytowg opened this issue Oct 2, 2014 · 1 comment

Comments

@woytowg
Copy link

woytowg commented Oct 2, 2014

make install is failing on the doc/man page
The change below seems to fix it...

diff --git a/Makefile b/Makefile
index a00de3e..ad2fd98 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ install-lib:

install-doc:
install -C -d -m 0755 $(INSTALL_MAN)

  •   install -C -m 0644 doc/$(NAME).1 $(INSTALL_MAN)
    
  •   install -C -m 0644 man/man1/$(NAME).1 $(INSTALL_MAN)
    
@woytowg
Copy link
Author

woytowg commented Oct 2, 2014

sorry wrong repo!!!

@woytowg woytowg closed this as completed Oct 2, 2014
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