From d6532488f89a963a6ce73edd8b282f0ae4b93613 Mon Sep 17 00:00:00 2001 From: Mike Small Date: Tue, 16 Jun 2020 10:31:12 -0400 Subject: [PATCH] sudo (or doas) should be outside Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e141e82..5e1d08e 100644 --- a/Makefile +++ b/Makefile @@ -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