We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053fc52 commit 79ce85bCopy full SHA for 79ce85b
Makefile
@@ -19,7 +19,7 @@ $(BINS): $(addprefix bin/,$(BINS))
19
.PHONY: install
20
install: $(BINS)
21
@for bin in $(BINS); do \
22
- install -Dm644 "bin/$$bin" -t '$(DESTDIR)$(BINDIR)'; \
+ install -Dm755 "bin/$$bin" -t '$(DESTDIR)$(BINDIR)'; \
23
done;
24
@install -dm755 $(DESTDIR)$(LIBDIR)/systemd/system
25
@install -dm755 $(DESTDIR)$(LIBDIR)/systemd/user
0 commit comments