tpm2-software / tpm2-totp

Attest the trustworthiness of a device against a human using time-based one-time passwords
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
159 stars 35 forks source link

build: provide default value of systemdsystemunitdir for make distcheck #84

Closed diabonas closed 2 years ago

diabonas commented 3 years ago

The same issue that has been fixed in #44 for dracutmodulesdir has resurfaced for systemdsystemunitdir: since it is derived using pkg-config, it doesn't respect ${prefix}, making make distcheck fail (or install directly to the system directory instead of DESTDIR if invoked as root). Provide a value for systemdsystemunitdir derived from ${prefix} that is used for distcheck.

codecov[bot] commented 3 years ago

Codecov Report

Merging #84 (cafda78) into master (8773785) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   81.67%   81.67%           
=======================================
  Files           4        4           
  Lines         802      802           
=======================================
  Hits          655      655           
  Misses        147      147           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8773785...cafda78. Read the comment docs.