Skip to content

Commit

Permalink
ENH: fix paver script for wine-built simple wininst installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Nov 16, 2009
1 parent faafd31 commit 09a0a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
FULLVERSION = setup_py.FULLVERSION

# Wine config for win32 builds
WINE_SITE_CFG = ""
WINE_SITE_CFG = {}
if sys.platform == "darwin":
WINE_PY25 = "/Applications/Darwine/Wine.bundle/Contents/bin/wine /Users/david/.wine/drive_c/Python25/python.exe"
WINE_PY26 = "/Applications/Darwine/Wine.bundle/Contents/bin/wine /Users/david/.wine/drive_c/Python26/python.exe"
Expand Down Expand Up @@ -353,7 +353,7 @@ def bdist_superpack(options):
shutil.copy(source, target)

@task
@needs('clean', 'bdist_wininst')
@needs('clean')
def bdist_wininst_simple():
"""Simple wininst-based installer."""
_bdist_wininst(pyver=options.wininst.pyver)
Expand Down

0 comments on commit 09a0a0a

Please sign in to comment.