sudo (or doas) should be outside Makefile
This commit is contained in:
parent
424801df90
commit
d6532488f8
4
Makefile
4
Makefile
@ -3,5 +3,5 @@ check:
|
|||||||
perlcritic frfac
|
perlcritic frfac
|
||||||
|
|
||||||
install:
|
install:
|
||||||
sudo install -o root -g wheel -m 0755 -d /usr/local/bin
|
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 0555 frfac /usr/local/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user