From 03b90b191261884ea9d0d19f05db961148d27b32 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 18 Sep 2013 12:39:04 +0100 Subject: [PATCH 03/10] installcheck-twisted: test the just-installed MC if using a DESTDIR --- tests/twisted/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am index f1c454e..e2f6d05 100644 --- a/tests/twisted/Makefile.am +++ b/tests/twisted/Makefile.am @@ -267,7 +267,7 @@ installcheck-local: installcheck-twisted installcheck-twisted: $(MAKE) check-twisted \ TWISTED_SPECIAL_BUILD_TESTS= \ - MC_EXECUTABLE=@libexecdir@/mission-control-5 + MC_EXECUTABLE=$(DESTDIR)@libexecdir@/mission-control-5 endif # WANT_TWISTED_TESTS -- 1.8.4.rc3