From 6641baad51138948adafe59178fac616aa292ad5 Mon Sep 17 00:00:00 2001 From: Dave Cottlehuber Date: Wed, 15 Jan 2020 09:28:42 +0000 Subject: [PATCH] build: fix manual install path --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 94cd6edf..6b775b71 100644 --- a/Makefile +++ b/Makefile @@ -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."