From e9a04579a0c8b342b25e552bf7b486d79f6c7e66 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 28 Jan 2012 13:30:11 -0500 Subject: Ensure correct modes on some files. --- (limited to 'src/oh-installfiles') diff --git a/src/oh-installfiles b/src/oh-installfiles index 2297e53..df4df5c 100644 --- a/src/oh-installfiles +++ b/src/oh-installfiles @@ -39,6 +39,9 @@ IFS=' while [ ${#} -gt 0 ]; do printf 'oh-installfiles: Installing files for package "%s"...\n' "${1}" + mkdir ${1}.data + chmod 644 ${1}.data + # Loop over lines in the 'install' file. while read -r pattern; do # Ensure that the full directory path of the pattern exists in the -- cgit v0.9.1