sudo (or doas) should be outside Makefile

This commit is contained in:
Mike Small 2020-06-16 10:31:12 -04:00
parent 424801df90
commit d6532488f8
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ check:
perlcritic frfac
install:
sudo install -o root -g wheel -m 0755 -d /usr/local/bin
sudo install -o root -g wheel -m 0555 frfac /usr/local/bin
install -o root -g wheel -m 0755 -d /usr/local/bin
install -o root -g wheel -m 0555 frfac /usr/local/bin