Skip to content

Commit

Permalink
Use root as owner when installing from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswells0 committed Sep 6, 2020
1 parent a4fcf01 commit fddb762
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 fddb762

Please sign in to comment.