Project

General

Profile

Actions

User story #4605

closed

User story #4595: Support for AIX (agent only)

Avoid using "install -d" in FusionInventory build

Added by Jonathan CLARKE about 10 years ago. Updated about 9 years ago.

Status:
Released
Priority:
N/A
Assignee:
Matthieu CERDA
Category:
Packaging
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

The -d (--directory) option to install is not available on all platforms (in particular AIX). It behaves the same as mkdir -p, except that permissions are unpredicatable due to potential interference from users' umask.

The usage in FusionInventory's Makefile.PL is always install -d -m 755 so I'm adding a patch to replace these calls by mkdir -p and chmod 755.

I have contributed this upstream here: https://github.com/fusinv/fusioninventory-agent/pull/14/files.

Actions

Also available in: Atom PDF