From f7e9bfbd1bba92dc97c10aad542867c8f8004400 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 May 2016 22:19:34 +0200 Subject: ensure targeted /home/grothoff/local/bin is in PATH when running lcov --- taler-build/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'taler-build/Makefile') diff --git a/taler-build/Makefile b/taler-build/Makefile index 511c3a3..641f172 100644 --- a/taler-build/Makefile +++ b/taler-build/Makefile @@ -32,4 +32,5 @@ merchant-frontends-stamp: ./update_merchant_frontends.sh touch $@ lcov: gnunet-stamp + export PATH=${HOME}/local/bin:$PATH ./coverage.sh -- cgit v1.2.3