set permissions of vc.config (#72)

This commit is contained in:
sezero 2016-11-09 23:01:19 +03:00 committed by Krystian Bacławski
parent 6c165c4c7e
commit 781dbadfd4
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ def install_vbcc_toolchain():
'-ul=-l%s',
'-cf=-F%s',
'-ml=500')
chmod(config, 0644)
move(config, '{prefix}/etc/vc.config')