HomeFreeBSD

devel/rubygem-oj: Create directoy with proper mode

Description

devel/rubygem-oj: Create directoy with proper mode

"${INSTALL_DATA} -d" creates directory with 0644 and it result in
failing to copy header files with 'permission denied'. So use
"${INSTALL} -d" instead.It creates directory with 0755 and header
files are copied successfully.

Fixes: 0983bbffe275

Details

Provenance
yasuAuthored on Jan 27 2023, 9:41 AM
mfechnerCommitted on Feb 6 2023, 10:33 AM
Parents
R11:75058bab61df: dns/knot3: Update to 3.2.5
Branches
Unknown
Tags
Unknown