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
Tried:
brew install automake git clone https://github.com/jb55/nostril.git cd nostril make install
Error: install: illegal option -- D
install: illegal option -- D
The text was updated successfully, but these errors were encountered:
Try changing these lines on the Makefile
install: all install -Dm644 doc/nostril.1 $(PREFIX)/share/man/man1/nostril.1 install -Dm755 nostril $(PREFIX)/bin/nostril install -Dm755 nostril-query $(PREFIX)/bin/nostril-query
To these:
install: all install doc/nostril.1 $(PREFIX)/share/man/man1/nostril.1 install nostril $(PREFIX)/bin/nostril install nostril-query $(PREFIX)/bin/nostril-query
Sorry, something went wrong.
https://github.com/jb55/nostril/pull/15 #15
https://github.com/jb55/nostril/pull/15
No branches or pull requests
Tried:
Error:
install: illegal option -- D
The text was updated successfully, but these errors were encountered: