diff options
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 2 |
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 $< $@ |
