Use root as owner when installing from Makefile

This commit is contained in:
Chris Wells
2020-09-05 21:15:01 -04:00
parent a4fcf0100b
commit fddb762b45

View File

@@ -5,7 +5,7 @@ all:
install:
@echo "Installing Bastille"
@echo
@cp -av usr /
@cp -Rv usr /
@echo
@echo "This method is for testing / development."