~ruther/guix-local

f73b8e3d0a14961418255d53708bd10271ef5f00 — Ludovic Courtès 11 years ago e9f1fa3
install: Create /var/tmp.

Suggested by Mark H Weaver <mhw@netris.org>.

* gnu/build/install.scm (directives): Add /var/tmp.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/build/install.scm
M gnu/build/install.scm => gnu/build/install.scm +2 -1
@@ 1,5 1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 118,6 118,7 @@ STORE."

    (directory "/bin")
    (directory "/tmp" 0 0 #o1777)                 ; sticky bit
    (directory "/var/tmp" 0 0 #o1777)

    (directory "/root" 0 0)                       ; an exception
    (directory "/home" 0 0)))