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

Fixes #2481: Output processes and right start times on AIX machines #16

Conversation

Kegeruneku
Copy link

Ticket: http://forge.fusioninventory.org/issues/2481

To be merged in master if OK :)

jooooooon and others added 4 commits March 31, 2014 14:07
The ```-d (--directory)``` option to ```install``` is not available on all platforms (in particular older Unixes). It behaves the same as ```mkdir -p```, except that permissions are unpredicatable due to potential interference from users' umask.

The usage in Makefile.PL here is always ```install -d -m 755``` so I'm proposing to replace these calls by ```mkdir -p``` and ```chmod 755```.
@Kegeruneku Kegeruneku closed this Apr 10, 2014
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.

None yet

3 participants