bryanwb / chef-ark

An archive unpacker and installer
59 stars 20 forks source link

actions should take argument to specify 'creates' #26

Open miah opened 12 years ago

miah commented 12 years ago

autogen, configure, build_with_make, install_with_make, etc should take a argument that specifies what the command will create. The configure action does this already, but its limited to a single hardcoded entry. Some software may create the Makefiles themselves, and we do want to verify that the commands have installed the software appropriate.

Fixing this problem should help make this cookbook more idempotent.