Coreutils's install manual has the following:
    -m, --mode=MODE
           set permission mode (as in chmod), instead of rwxr-xr-x
so -m 755 is already the default.

Signed-off-by: Denis 'GNUtoo' Carikli <gnu...@cyberdimension.org>
---
 patches/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/Makefile b/patches/Makefile
index 5aa70e2..d45bc63 100644
--- a/patches/Makefile
+++ b/patches/Makefile
@@ -4,4 +4,4 @@ INSTALL ?= install
 .PHONY: install
 install:
        $(INSTALL) -d $(DESTDIR)/bin
-       $(INSTALL) -m 755 replicant_prepare_patch.py -t $(DESTDIR)/bin
+       $(INSTALL) replicant_prepare_patch.py -t $(DESTDIR)/bin
-- 
2.41.0

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to