From 861953734f75240dfa0c84c93ab37e6a7c2ed433 Mon Sep 17 00:00:00 2001 From: Sven R Date: Mon, 23 Dec 2019 09:57:56 +0100 Subject: [PATCH] added chmod to Makefile Signed-off-by: Sven R --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 72039bb9..d40401ce 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ install: @echo "Installing Bastille" @echo @cp -av usr / + @chmod 0750 /usr/local/bastille @echo @echo "This method is for testing / development."