taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit f7e9bfbd1bba92dc97c10aad542867c8f8004400
parent 57f60d73744a240941550be3099bdb51dc526179
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  6 May 2016 22:19:34 +0200

ensure targeted /home/grothoff/local/bin is in PATH when running lcov

Diffstat:
Mtaler-build/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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