[Replicant] [vendor_replicant-scripts] [PATCH 5/6] replicant_prepare_patch.py: Makefile: remove useless -m 755 option

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Wed Aug 2 15:50:14 UTC 2023


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 <GNUtoo at 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



More information about the Replicant mailing list