File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ for feature in "${features[@]}"; do
6969done
7070
7171for feature in " ${features[@]} " ; do
72- if [ -e " /builder/features/$feature /file.stat" ]; then
73- sed ' s/#.*$//;/^[[:space:]]*$/d' " /builder/features/$feature /file.stat" | while read -r user group perm file; do
72+ if [ -e " /builder/features/$feature /file.include. stat" ]; then
73+ sed ' s/#.*$//;/^[[:space:]]*$/d' " /builder/features/$feature /file.include. stat" | while read -r user group perm file; do
7474 old_stat=" $( stat -c ' %A %U:%G' " $file " ) "
7575 chown " $user :$group " " $file "
7676 chmod " $perm " " $file "
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ By default only the executable bit of the files permission will be preserved whe
4141The other permissions will be set to read write for owner and read for group and other.
4242The owner of all copied files will be root by default.
4343
44- To overwrite these defaults see `file.stat` below
44+ To overwrite these defaults see `file.include. stat` below
4545
46- # # `file.stat`
46+ # # `file.include. stat`
4747
4848A file to assign owner and permissions to files copied by `file.include`.
4949Each line should contain an entry of the form :
You can’t perform that action at this time.
0 commit comments