From 88ac1272f7f49d4536df8b6394f657d5c9b9527b 2009-08-02 06:31:39 From: Fernando Perez Date: 2009-08-02 06:31:39 Subject: [PATCH] Minor fix to naming, apparently something changed in distutils... --- diff --git a/tools/build_release b/tools/build_release index 533e75a..d20e49d 100755 --- a/tools/build_release +++ b/tools/build_release @@ -39,4 +39,4 @@ c('python2.6 ./setupegg.py bdist_egg') c("python setup.py bdist_wininst --install-script=ipython_win_post_install.py") # Change name so retarded Vista runs the installer correctly -c("rename 's/win32/win32-setup/' dist/*.exe") +c("rename 's/linux-i686/win32-setup/' dist/*.exe")