magik6k / MPT

Minecraft packaging tool web IDE v3
8 stars 1 forks source link

mpt cannot overwrite existing files #6

Open payonel opened 9 years ago

payonel commented 9 years ago

An mpt package is unable to overwrite existing files on the system, even when an overwrite is preferred or by design.

For example payo-bash provides a new /bin/alias.lua. In order to install payo-bash, the user must first mv /bin/rm.lua /bin/rm.lua.bk

Some ideas for a solution: -f [--force] force the update, overwrite existing files -i [--interactive] interactive overwrite, confirm [Y/n]

expected. mpt -S payo-bash works, replacing existing existing openos bin lua files actual: the install fails