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-07 15:00:20 +0200 |
| commit | bfb23c91109014a192bdf697bf2a01139ef5c07f (patch) | |
| tree | aa842b644bcd0059ce658ec5bbb331dd4d68490f | |
| parent | 040ad882ee2274f78b692a45a068cd90d8975f12 (diff) | |
| download | vendor_replicant-scripts-for-master-v2.tar.gz vendor_replicant-scripts-for-master-v2.tar.bz2 vendor_replicant-scripts-for-master-v2.zip | |
replicant_prepare_patch.py: Makefile: Ship COPYING, README, config filefor-master-v2
[Joonas Kylmälä]: Fixed bug that didn't preserve DESTDIR permissions.
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 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/ |
