summaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJason D. McCormick <jason@mfamily.org>2024-03-15 16:12:34 -0400
committerJason D. McCormick <jason@mfamily.org>2024-03-15 16:12:34 -0400
commit5dfcdfce1e0c0792786d1ddb22496ed761f0764c (patch)
treee707e3f0aaf459d9a9e69fbcd49adf2d1ff0ea85 /bin/Makefile
parent1c31bd37657ef8f908c6adcbc5dfc2bf0eaae830 (diff)
remove backblaze
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 1caaafc..c255dfd 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -10,6 +10,6 @@ INSTALLABLES = $(BIN_INSTALLABLES)
install: $(INSTALLABLES)
$(DESTDIR)$(bindir)/%: %
- install -D -m 0644 $< $@
+ install -D -m 0755 $< $@