diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2023-08-02 17:38:35 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2023-08-02 17:38:38 +0200 |
| commit | c0282ce6474d524fe9bbf74df96c3944de22b52b (patch) | |
| tree | 9367be36c3ffd913a00b1bc85a7e69bed309cef2 | |
| parent | 7cecd244ab3b251e16ed6f80d922529d9362d409 (diff) | |
| download | vendor_replicant-scripts-c0282ce6474d524fe9bbf74df96c3944de22b52b.tar.gz vendor_replicant-scripts-c0282ce6474d524fe9bbf74df96c3944de22b52b.tar.bz2 vendor_replicant-scripts-c0282ce6474d524fe9bbf74df96c3944de22b52b.zip | |
replicant_prepare_patch.py: Makefile: Ship COPYING, README, config filefor-master
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | patches/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/Makefile b/patches/Makefile index d45bc63..f3b32f9 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/ |
