Skip to content

Commit

Permalink
Merge pull request #256 from chriswells0/dev-permissions
Browse files Browse the repository at this point in the history
Use root as owner when installing from Makefile
  • Loading branch information
cedwards committed Sep 22, 2020
2 parents 935118f + fddb762 commit 5766d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all:
install:
@echo "Installing Bastille"
@echo
@cp -av usr /
@cp -Rv usr /
@echo
@echo "This method is for testing / development."

Expand Down

0 comments on commit 5766d66

Please sign in to comment.