# HG changeset patch # User Jonas Sch?fer # Date 1620472916 -7200 # Node ID ecae87f5aaba4aa64f0dd5e8c780a6b080c148ff # Parent 873f6fec12f29788a83463a069318cf90a555d21 Makefile: make scansion executable for the poor owner, too diff -r 873f6fec12f2 -r ecae87f5aaba Makefile --- a/Makefile Fri Feb 01 11:35:55 2019 +0000 +++ b/Makefile Sat May 08 13:21:56 2021 +0200 @@ -22,7 +22,7 @@ mkdir build install: $(OUTPUT) - install -t $(BIN_DIR) -m 655 $^ + install -t $(BIN_DIR) -m 755 $^ clean: rm $(OUTPUT)