build: fix manual install path

This commit is contained in:
Dave Cottlehuber
2020-01-15 09:28:42 +00:00
parent 65855ecd80
commit 6641baad51

View File

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