Skip to content

Commit

Permalink
remote-helpers: build in platform independent directory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael J Gruber authored and Junio C Hamano committed Sep 27, 2010
1 parent 9027fa9 commit 7a0d8bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git_remote_helpers/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
build_purelib = build/lib
build_platlib = build/lib

0 comments on commit 7a0d8bc

Please sign in to comment.