[Replicant] [vendor_replicant-scripts] [PATCH v2 6/6] replicant_prepare_patch.py: Makefile: Ship COPYING, README, config file
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Mon Aug 7 17:15:23 UTC 2023
[Joonas Kylmälä]: Fixed bug that didn't preserve DESTDIR permissions.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
patches/Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/patches/Makefile b/patches/Makefile
index b26f5be..dc90c8d 100644
--- a/patches/Makefile
+++ b/patches/Makefile
@@ -5,3 +5,11 @@ INSTALL ?= install
install:
$(INSTALL) -D $(DESTDIR)/bin
$(INSTALL) replicant_prepare_patch.py -t $(DESTDIR)/bin
+
+ $(INSTALL) -D $(DESTDIR)/share/doc/vendor_replicant-scripts/
+ $(INSTALL) COPYING \
+ -t $(DESTDIR)/share/doc/vendor_replicant-scripts/
+ $(INSTALL) README \
+ -t $(DESTDIR)/share/doc/vendor_replicant-scripts/
+ $(INSTALL) replicant_prepare_patch.conf \
+ -t $(DESTDIR)/share/doc/vendor_replicant-scripts/
--
2.41.0
More information about the Replicant
mailing list