Rev 52: subvertpy now includes some scripts that we also want packaged. in http://bazaar.launchpad.net/~bzr/bzr-windows-installers/2.0
John Arbash Meinel
john at arbash-meinel.com
Tue Dec 15 16:04:56 GMT 2009
At http://bazaar.launchpad.net/~bzr/bzr-windows-installers/2.0
------------------------------------------------------------
revno: 52
revision-id: john at arbash-meinel.com-20091215160438-vu52iz7fpm15pbf9
parent: john at arbash-meinel.com-20091215152811-6s0gxcg0k93rsr6u
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.0
timestamp: Tue 2009-12-15 10:04:38 -0600
message:
subvertpy now includes some scripts that we also want packaged.
-------------- next part --------------
=== modified file 'tools/win32/buildout-templates/bin/build-installer.bat.in'
--- a/tools/win32/buildout-templates/bin/build-installer.bat.in 2009-11-06 03:00:25 +0000
+++ b/tools/win32/buildout-templates/bin/build-installer.bat.in 2009-12-15 16:04:38 +0000
@@ -105,7 +105,7 @@
echo Installing subvertpy
cd %ROOT%/subvertpy/%PLUGIN_TARGET%
-%PYTHON% setup.py install -O1 --install-lib=%TARGET% %PYTHON_BUILDFLAGS%
+%PYTHON% setup.py install -O1 --install-lib=%TARGET% %PYTHON_BUILDFLAGS% --install-scripts=%TARGET%
@if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
echo Installing bzr-svn
More information about the bazaar-commits
mailing list