diff options
Diffstat (limited to 'src/oh-installfiles')
-rw-r--r-- | src/oh-installfiles | 3 |
1 files changed, 3 insertions, 0 deletions
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 |