Update setup.pl

This commit is contained in:
2020-07-12 16:15:09 +01:00
committed by GitHub
parent 528791a577
commit ef953676fd

View File

@@ -43,4 +43,4 @@ move($temp_dotfiles_dir, $dotfiles_dir);
# Install repo # Install repo
print "Running installer\n"; print "Running installer\n";
my @output = capture([0,1,2], $^X, 'make install'); return capture([0,1,2], $^X, "make -C $dotfiles_dir install");