From f7d18c84dde596699ffc5100fec2cf7b0d582450 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 8 Aug 2011 12:41:54 +0100 Subject: build: Set TMPDIR for local testing. This avoids conflicts with the globally installed libguestfs appliance, or lets us build in multiple local directories at the same time without conflicts. --- ruby/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ruby') diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 7ef27eb1..a2e962d9 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -48,7 +48,8 @@ TESTS = run-bindtests run-ruby-tests TESTS_ENVIRONMENT = \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ - LIBGUESTFS_PATH=$(top_builddir)/appliance + LIBGUESTFS_PATH=$(top_builddir)/appliance \ + TMPDIR=$(top_builddir) all: $(generator_built) rake build -- cgit