guix-commits
[Top][All Lists]
Advanced

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

16/27: Doh^2


From: Ludovic Courtès
Subject: 16/27: Doh^2
Date: Wed, 03 Jun 2015 22:00:42 +0000

civodul pushed a commit to branch nix
in repository guix.

commit 7a7a15877f8f391a8a8a74f7a6e919a07dc19237
Author: Eelco Dolstra <address@hidden>
Date:   Thu Jan 8 16:59:22 2015 +0100

    Doh^2
---
 nix/libstore/local-store.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nix/libstore/local-store.cc b/nix/libstore/local-store.cc
index 0457391..6049478 100644
--- a/nix/libstore/local-store.cc
+++ b/nix/libstore/local-store.cc
@@ -254,7 +254,7 @@ LocalStore::LocalStore(bool reserveSpace)
         Path perUserDir = profilesDir + "/per-user";
         createDirs(perUserDir);
         if (chmod(perUserDir.c_str(), 01777) == -1)
-            throw SysError(format("could not set permissions on '%1%' to 
1737") % perUserDir);
+            throw SysError(format("could not set permissions on '%1%' to 
1777") % perUserDir);
 
         mode_t perm = 01735;
 



reply via email to

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