File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ TMP_DIR := $(shell mktemp -d)
63
63
FILES := $(wildcard bin/* ) $(wildcard man/* ) README Makefile \
64
64
$(wildcard rpm/* ) lcovrc
65
65
66
- EXES = lcov genhtml geninfo genpng gendesc perl2lcov
66
+ EXES = lcov genhtml geninfo genpng gendesc perl2lcov py2lcov
67
67
# there may be both public and non-public user scripts - so lets not show
68
68
# any of their names
69
69
SCRIPTS = $(shell ls scripts | grep -v -E '([\#\~]|\.orig|\.bak|\.BAK) ' )
File renamed without changes.
Original file line number Diff line number Diff line change 73
73
74
74
LCOV_HOME=` (cd ${LCOV_HOME} ; pwd)`
75
75
76
- if [ -f ${LCOV_HOME} /scripts/py2lcov ] ; then
77
- PY2LCOV_SCRIPT=${LCOV_HOME} /scripts/py2lcov
78
- else
79
- PY2LCOV_SCRIPT=${LCOV_HOME} /share/lcov/support-scripts/py2lcov
80
- fi
76
+ PY2LCOV_SCRIPT=${LCOV_HOME} /bin/py2lcov
81
77
82
78
if [ ! -x $PY2LCOV_SCRIPT ] ; then
83
79
echo " missing py2lcov script - dying"
You can’t perform that action at this time.
0 commit comments