-
Notifications
You must be signed in to change notification settings - Fork 3
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 Error: illegal option -- D #1
Labels
Comments
What system are you using? |
ibizaman
pushed a commit
that referenced
this issue
Nov 29, 2018
Closing thanks to the above commit, feel free to re-open |
not checked, but thanks 👍 |
Well I ended up reverting my previous commit. I'll need to check that in more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
install: pass-ssh.1 -> /usr/local/share/man/man1/pass-ssh.1
install: illegal option -- D
Modified to read as follows, now works:$(PROG).bash "$ (DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash"
@install -v -d "$(DESTDIR)$(MANDIR)/man1"
@install -v -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/"
@install -v -m 0755
@install -v -m 0644 pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1"
The text was updated successfully, but these errors were encountered: