diff options
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index 477768c6a68c..6b9e3763738f 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -106,7 +106,7 @@ chmod 1775 $RPM_BUILD_ROOT/nix/store for d in profiles gcroots; do mkdir -p $RPM_BUILD_ROOT/nix/var/nix/$d/per-user - chmod 1777 $RPM_BUILD_ROOT/nix/var/nix/$d/per-user + chmod 755 $RPM_BUILD_ROOT/nix/var/nix/$d/per-user done # fix permission of nix profile |