Commit 970485a
committed
systemd: Fix out-of-tree builds
The systemd unit file installation does not work when the build directory
differs from the source directory because cp cannot find the source file.
Prefix the unit files with $(srcdir) to reference files from the source tree.
This fixes out-of-tree builds which use separate build directories (B != S).
Signed-off-by: Khem Raj <raj.khem@gmail.com>1 parent deb2071 commit 970485a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
0 commit comments