summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd-distro
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-23 13:58:22 +0200
committerSimon Rettberg2021-07-23 13:58:22 +0200
commit32a45fff4e043c872398fc302c7f0d19ad3a2fe4 (patch)
tree488af9a230f04b430012b706c4c640965e691eba /core/modules/systemd-distro
parent[kiosk-chromium] if interactive mode and user was active, reload -> exit (diff)
downloadmltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.tar.gz
mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.tar.xz
mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.zip
[systemd] Drop /usr prefix
Diffstat (limited to 'core/modules/systemd-distro')
-rw-r--r--core/modules/systemd-distro/module.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modules/systemd-distro/module.build b/core/modules/systemd-distro/module.build
index c7d9d09d..75bcf63f 100644
--- a/core/modules/systemd-distro/module.build
+++ b/core/modules/systemd-distro/module.build
@@ -20,6 +20,5 @@ post_copy() {
[ -d "${TARGET_BUILD_DIR}/usr/lib/systemd/system" ] \
&& ! [ -L "${TARGET_BUILD_DIR}/usr/lib/systemd/system" ] \
&& perror "/usr/lib/systemd/system must not exist in target build dir"
- ln -nfs "../../../lib/systemd/system" "${TARGET_BUILD_DIR}/usr/lib/systemd/system"
}