From 36bc0c7fb5df2b9dfebb9be153ccdea46c0b3d80 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 17 Sep 2022 17:58:27 +0700 Subject: all: add script chmod-x.sh chmod-x.sh is a script to remove executable bit from file that may not an executable. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9be6e01..2956183 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ install: install -d $(DESTDIR)/usr/bin + install bin/chmod-x.sh $(DESTDIR)/usr/bin/ install bin/tmux-session.sh $(DESTDIR)/usr/bin/ install bin/wg-activate.sh $(DESTDIR)/usr/bin/ -- cgit v1.3