1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-20 17:09:13 +00:00

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

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')