Skip to content

Commit

Permalink
more lcov biz
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Aug 23, 2024
1 parent 773bb4d commit 3a50e66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps-packaging/lcov/cfbuild-lcov.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ exit 0

# spreadsheet.py is part of tests and requires python3, python2.75 is current default in centos-7 build host
%define __python %{python3}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr CFG_DIR=/etc
make install DESTDIR=$RPM_BUILD_ROOT
# cleanup bits we don't need to package
rm -rf ${RPM_BUILD_ROOT}%{buildprefix}/usr/bin/perl2lcov
rm -rf ${RPM_BUILD_ROOT}%{buildprefix}/usr/bin/py2lcov
Expand Down

0 comments on commit 3a50e66

Please sign in to comment.