From 56f2f9afb6860b94d645553519f831a2ccac9405 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Sat, 1 Feb 2020 09:05:29 -0700 Subject: [PATCH] reverting mkdir; resolves #115 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 6b775b71..6e7aaec9 100644 --- a/Makefile +++ b/Makefile @@ -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."