Skip to content

Commit

Permalink
fix: Set correct systemd installation dir.
Browse files Browse the repository at this point in the history
This is important when usrmerge is enabled, which changes the systemd
install location.

Changelog: Commit
Ticket: None

Signed-off-by: Kristian Amlie <[email protected]>
  • Loading branch information
kacf committed May 8, 2024
1 parent a9572e7 commit 7bee5f7
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 7bee5f7

Please sign in to comment.