Merge pull request #256 from chriswells0/dev-permissions

Use root as owner when installing from Makefile
This commit is contained in:
Christer Edwards
2020-09-22 09:49:05 -06:00
committed by GitHub

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."