From fddb762b450e09d54f94dffd9ce187fb88decfe8 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sat, 5 Sep 2020 21:15:01 -0400 Subject: [PATCH] Use root as owner when installing from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cb91bee..ec4ce360 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: install: @echo "Installing Bastille" @echo - @cp -av usr / + @cp -Rv usr / @echo @echo "This method is for testing / development."