From a6cda056b14b7790fc5ae84baa22052cada6eaf2 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sun, 21 Jul 2019 17:04:16 +0700 Subject: [PATCH] baselayout: add /var/cache/kiss --- core/baselayout/build | 1 + core/baselayout/version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/baselayout/build b/core/baselayout/build index 464c143e..41c57bc5 100755 --- a/core/baselayout/build +++ b/core/baselayout/build @@ -35,6 +35,7 @@ done install -dm 1777 "$1/var/tmp" install -dm 1777 "$1/var/spool/mail" +install -dm 1777 "$1/var/cache/kiss" ln -s spool/mail "$1/var/mail" ln -s ../run "$1/var/run" diff --git a/core/baselayout/version b/core/baselayout/version index 8d04f961..707c2f26 100644 --- a/core/baselayout/version +++ b/core/baselayout/version @@ -1 +1 @@ -1 2 +1 3