[Replicant] [vendor_replicant-scripts] [PATCH v2 5/6] replicant_prepare_patch.py: Makefile: remove useless -m 755 option
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Mon Aug 7 17:15:22 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 7d2bac7..b26f5be 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