summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_255.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_255.6.bb b/meta/recipes-core/systemd/systemd_255.6.bb
index 62842d43c8..15b631fc07 100644
--- a/meta/recipes-core/systemd/systemd_255.6.bb
+++ b/meta/recipes-core/systemd/systemd_255.6.bb
@@ -320,8 +320,8 @@ do_install() {
320 # if the user requests /tmp be on persistent storage (i.e. not volatile) 320 # if the user requests /tmp be on persistent storage (i.e. not volatile)
321 # then don't use a tmpfs for /tmp 321 # then don't use a tmpfs for /tmp
322 if [ "${VOLATILE_TMP_DIR}" != "yes" ]; then 322 if [ "${VOLATILE_TMP_DIR}" != "yes" ]; then
323 rm -f ${D}${rootlibdir}/systemd/system/tmp.mount 323 rm -f ${D}${rootlibexecdir}/systemd/system/tmp.mount
324 rm -f ${D}${rootlibdir}/systemd/system/local-fs.target.wants/tmp.mount 324 rm -f ${D}${rootlibexecdir}/systemd/system/local-fs.target.wants/tmp.mount
325 fi 325 fi
326 326
327 install -d ${D}${systemd_system_unitdir}/graphical.target.wants 327 install -d ${D}${systemd_system_unitdir}/graphical.target.wants