remote-helpers: build in platform independent directory
commit7a0d8bcaddf984f55ac92239946cd010956e65e4
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 17 Sep 2010 21:00:53 +0000 (17 23:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Sep 2010 17:42:50 +0000 (27 10:42 -0700)
treead401a9d16a95f7cff51e299d34de4c1b6988f03
parent9027fa9eb7df606b6658dd48a40bb993ce222ddd
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>
git_remote_helpers/setup.cfg [new file with mode: 0644]