Skip to content

Commit

Permalink
Merge branch 'donald/for-marius'
Browse files Browse the repository at this point in the history
* donald/for-marius:
  bee-install: set umask to a defined value
  • Loading branch information
mariux committed Oct 1, 2015
2 parents c441521 + d866100 commit f4f783f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bee-install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ function do_install_file() {
changedir="--transform=s,^/,${BEE_BEEDESTDIR}/,S"
fi

umask 022

start_cmd tar -x --dereference -${vv}Pf ${file} \
${changedir} \
--transform="s,^FILES$,${BEE_METADIR}/${pkg}/CONTENT.FILES," \
Expand Down

0 comments on commit f4f783f

Please sign in to comment.