Skip to content

Conversation

mistydemeo
Copy link
Contributor

The -D flag, though useful, is a GNU extension and isn't compatible with the install provided by other OSs. Instead, this adds a separate call to install -d to create the target directory before running install -m755 to install the executable.

The -D flag, though useful, is a GNU extension. Instead explicitly
create the directory using `install -d` before moving the executable.
@mpereira
Copy link
Owner

Thanks 👍

mpereira added a commit that referenced this pull request May 10, 2015
Makefile: remove usage of GNU install-specific flag
@mpereira mpereira merged commit 1311fcf into mpereira:master May 10, 2015
@mistydemeo mistydemeo deleted the install branch May 10, 2015 23:42
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

Successfully merging this pull request may close these issues.

2 participants