From 5dfcdfce1e0c0792786d1ddb22496ed761f0764c Mon Sep 17 00:00:00 2001 From: "Jason D. McCormick" Date: Fri, 15 Mar 2024 16:12:34 -0400 Subject: remove backblaze --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') 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 $< $@ -- cgit v1.2.3