Skip to content

Commit

Permalink
Only change permissions for the version we are installing
Browse files Browse the repository at this point in the history
Closes #109.
  • Loading branch information
gaborcsardi committed Jul 20, 2023
1 parent 224f787 commit 10599d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub fn sc_add(args: &ArgMatches) -> Result<(), Box<dyn Error>> {

sc_system_forget()?;
system_no_openmp(Some(vec![dirname.to_string()]))?;
system_fix_permissions(None)?;
system_fix_permissions(Some(vec![dirname.to_string()]))?;
library_update_rprofile(&dirname.to_string())?;
sc_system_make_links()?;
match alias {
Expand Down

0 comments on commit 10599d3

Please sign in to comment.