aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-17 17:58:27 +0700
committerShulhan <ms@kilabit.info>2022-09-17 22:28:30 +0700
commit36bc0c7fb5df2b9dfebb9be153ccdea46c0b3d80 (patch)
treea5b80c2d495c14804aba434ce81c4f14eea225ce /Makefile
parent397789cea60237f357476c86df96cd234e7b37eb (diff)
downloadbin.sh-36bc0c7fb5df2b9dfebb9be153ccdea46c0b3d80.tar.xz
all: add script chmod-x.sh
chmod-x.sh is a script to remove executable bit from file that may not an executable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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/