Merge pull request #1825 from giorgiga/master
Fix macOS installation when umask disallow public read (solves #1582)
This commit is contained in:
		
						commit
						8af911be5c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -695,7 +695,7 @@ install_from_extracted_nix() {
 | 
				
			||||||
        cd "$EXTRACTED_NIX_PATH"
 | 
					        cd "$EXTRACTED_NIX_PATH"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        _sudo "to copy the basic Nix files to the new store at $NIX_ROOT/store" \
 | 
					        _sudo "to copy the basic Nix files to the new store at $NIX_ROOT/store" \
 | 
				
			||||||
              rsync -rlpt "$(pwd)/store/" "$NIX_ROOT/store/"
 | 
					              rsync -rlpt ./store/* "$NIX_ROOT/store/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if [ -d "$NIX_INSTALLED_NIX" ]; then
 | 
					        if [ -d "$NIX_INSTALLED_NIX" ]; then
 | 
				
			||||||
            echo "      Alright! We have our first nix at $NIX_INSTALLED_NIX"
 | 
					            echo "      Alright! We have our first nix at $NIX_INSTALLED_NIX"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue