guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: install: Create /var/tmp.


From: Ludovic Courtès
Subject: 02/02: install: Create /var/tmp.
Date: Tue, 31 Mar 2015 12:01:38 +0000

civodul pushed a commit to branch master
in repository guix.

commit f73b8e3d0a14961418255d53708bd10271ef5f00
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 31 13:59:37 2015 +0200

    install: Create /var/tmp.
    
    Suggested by Mark H Weaver <address@hidden>.
    
    * gnu/build/install.scm (directives): Add /var/tmp.
---
 gnu/build/install.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/build/install.scm b/gnu/build/install.scm
index aa901f6..51895d5 100644
--- a/gnu/build/install.scm
+++ b/gnu/build/install.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]