ryanwoodsmall / osxwinebuilder

Automatically exported from code.google.com/p/osxwinebuilder
GNU Lesser General Public License v2.1
1 stars 1 forks source link

BUG: With every use script downloads winetricks and wisotool #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running fresh script.
2. Running it again.

Every time I run the script it downloads an instance of winetricks and wisotool 
to the source directory even if they didn't changed. 
It makes files like:
winetricks
winetricks.PRE-20100613141723
winetricks.PRE-20100613141805
etc.

They in fact are the same files but with new names. It doesn't remove old ones.

Original issue reported on code.google.com by oskar.ga...@gmail.com on 13 Jun 2010 at 12:34

GoogleCodeExporter commented 9 years ago
Not a bug, will not fix.  wisotool and winetricks are somewhat moving targets 
and are downloaded as needed.  Old dependency sources/scripts are not removed, 
and will not be.  You can manually remove the contents of the entire build 
directory safely after compilation.

Original comment by rwoodsm...@gmail.com on 13 Jun 2010 at 1:56