From 2b44212f45255acbd299ec6040568f247afd5088 Mon Sep 17 00:00:00 2001 From: crian Date: Tue, 3 Mar 2020 14:53:01 +0100 Subject: [PATCH] Makefile: Set permission --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 886a53d..c45a563 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,6 @@ clean: install: output mkdir -p $(DESTDIR)$(PREFIX)/bin cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin + chmod 755 $(DESTDIR)$(PREFIX)/bin/dwmblocks uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks -- 2.39.2