reverting mkdir; resolves #115

This commit is contained in:
Christer Edwards
2020-02-01 09:05:29 -07:00
parent eb38963752
commit 56f2f9afb6

View File

@@ -6,8 +6,6 @@ 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."