jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Skip copy/chmod of disabled post install files #1027

Closed jordant closed 9 years ago

jordant commented 9 years ago

Currently, if you disable a postinstall_script by adding an underscore, veewee will try to copy that file over with and underscore in the name. Since the underscore is being used to disable a post install script and not point to a specific file, we should just skip copying disabled postinstall scripts over since they will not be used.

If there is another way you think this should be handled I'm open to ideas. I'd rather not have to have 2 files _file.sh and file.sh for disabled postinstall scripts to be enabled via --postinstall-include.

mpapis commented 9 years ago

thank you!