File: example_build.patch

package info (click to toggle)
lcov 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,464 kB
  • sloc: perl: 27,911; sh: 7,320; xml: 6,982; python: 1,152; makefile: 597; cpp: 520; ansic: 176
file content (19 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: change paths so examples build within Debian examples directory.
Author: Alastair McKinstry <mckinstry@debian.org>
Uploaded: no

Index: lcov-2.3/example/Makefile
===================================================================
--- lcov-2.3.orig/example/Makefile
+++ lcov-2.3/example/Makefile
@@ -38,8 +38,8 @@ EG_SRCDIR = $(shell if [ -d $(LCOV_HOME)
 # override this variable to write the differential testcase data someplace
 #  else
 REPO = exampleRepo
-BINDIR = $(LCOV_HOME)/bin
-SCRIPTS = $(LCOV_HOME)/scripts
+BINDIR = /usr/bin
+SCRIPTS = /usr/libexec/lcov/scripts
 LCOV    := $(EXEC_COVER) $(BINDIR)/lcov $(LCOV_FLAGS)
 GENHTML := $(EXEC_COVER) $(BINDIR)/genhtml $(LCOV_FLAGS)
 GENDESC := $(EXEC_COVER) $(BINDIR)/gendesc