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 Error: illegal option -- D #1

Open
cryptCEE opened this issue Oct 5, 2018 · 4 comments
Open

Install Error: illegal option -- D #1

cryptCEE opened this issue Oct 5, 2018 · 4 comments
Labels

Comments

@cryptCEE
Copy link

cryptCEE commented Oct 5, 2018

install: pass-ssh.1 -> /usr/local/share/man/man1/pass-ssh.1
install: illegal option -- D

Modified to read as follows, now works:
@install -v -d "$(DESTDIR)$(MANDIR)/man1"
@install -v -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/"
@install -v -m 0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash"
@install -v -m 0644 pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1"

@ibizaman
Copy link
Owner

ibizaman commented Nov 29, 2018

What system are you using?
EDIT: I'm wondering if I just didn't put a typo there from the start

@ibizaman ibizaman added the bug label Nov 29, 2018
ibizaman pushed a commit that referenced this issue Nov 29, 2018
@ibizaman
Copy link
Owner

Closing thanks to the above commit, feel free to re-open

@cryptCEE
Copy link
Author

cryptCEE commented Dec 8, 2018

not checked, but thanks 👍

ibizaman pushed a commit that referenced this issue Feb 5, 2019
@ibizaman
Copy link
Owner

ibizaman commented Feb 5, 2019

Well I ended up reverting my previous commit. I'll need to check that in more details.

@ibizaman ibizaman reopened this Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants