1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-24 10:46:09 +02:00
git/git_remote_helpers
Michael J Gruber 7a0d8bcadd remote-helpers: build in platform independent directory
The build directory which is used by distutils depends on the platform
(e.g. build/lib on Fedora 13, build/lib.linux-i686-2.6 on Ubuntu 9.04).
But test-lib.sh expects to find the build in build/lib which can cause
t5800-remote-helpers.sh to fail early.

Override distutils' choice so that the build is always in build/lib.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-09-27 10:42:50 -07:00
..
git Remove python 2.5'isms 2010-06-13 20:02:50 -07:00
.gitignore
Makefile Correct references to /usr/bin/python which does not exist on FreeBSD 2010-03-24 14:33:54 -07:00
__init__.py
setup.cfg remote-helpers: build in platform independent directory 2010-09-27 10:42:50 -07:00
setup.py
util.py