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

Improve support for OSX/macOS -> Update Makefile so that sudo make install works #5

Open
jjarava opened this issue Jan 12, 2019 · 0 comments

Comments

@jjarava
Copy link

jjarava commented Jan 12, 2019

Hi!

I've complied the software on macOS (High Sierra) without issues, but make install doesn't work:

jjarava$ make install
install -m 755 -s -o root -g root bchunk		/usr/local/bin
install: root: Invalid argument
make: *** [installbin] Error 67

the proper "group" would be wheel as there's no "root" group in macOS

So the command that the makefile needs to run in macOS is:

install -m 755 -s -o root -g wheel bchunk /usr/local/bin

@jjarava jjarava changed the title Improve support for OSX/macOS -> Update Makefile so that make install works Improve support for OSX/macOS -> Update Makefile so that sudp make install works Jan 12, 2019
@jjarava jjarava changed the title Improve support for OSX/macOS -> Update Makefile so that sudp make install works Improve support for OSX/macOS -> Update Makefile so that sudo make install works Jan 12, 2019
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