Merge pull request #94 from skunkwerks/master

build: fix manual install path
This commit is contained in:
Christer Edwards
2020-01-15 08:12:18 -07:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ install:
@echo "Installing Bastille" @echo "Installing Bastille"
@echo @echo
@cp -av usr / @cp -av usr /
@test -d /usr/local/bastille || mkdir /usr/local/bastille
@chmod 0750 /usr/local/bastille @chmod 0750 /usr/local/bastille
@echo @echo
@echo "This method is for testing / development." @echo "This method is for testing / development."