Skip to content

Commit

Permalink
Merge pull request #2113 from kacf/systemd_location
Browse files Browse the repository at this point in the history
fix: Set correct systemd installation dir.
  • Loading branch information
kacf committed May 14, 2024
2 parents a9572e7 + 7bee5f7 commit 058cb4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ MENDER_CLIENT ?= "mender-updated"

# Don't download the googletest source in Mender CMakefiles.txt
EXTRA_OECMAKE:append = " -DMENDER_DOWNLOAD_GTEST=NO"
EXTRA_OECMAKE:append = " -DSYSTEMD_UNIT_DIR=${systemd_system_unitdir}"

inherit cmake

Expand Down

0 comments on commit 058cb4f

Please sign in to comment.