diff options
| author | Philippe Schommers <philippe@schommers.be> | 2018-10-24 07:21:40 +0000 |
|---|---|---|
| committer | Andy Postnikov <apostnikov@gmail.com> | 2018-10-25 19:36:11 +0300 |
| commit | a944b2d4933d3ec82b18dbdc5b96bf2e89eaeb8b (patch) | |
| tree | a629452e9b8553e45b32689e9f68125f76e88fa7 /testing/rocksdb/10-support-busybox-install.patch | |
| parent | b8ba9d5a21b4da68551f2e7e171629aaac336002 (diff) | |
| download | aports-a944b2d4933d3ec82b18dbdc5b96bf2e89eaeb8b.tar.bz2 aports-a944b2d4933d3ec82b18dbdc5b96bf2e89eaeb8b.tar.xz | |
testing/rocksdb: upgrade to 5.15.10
Diffstat (limited to 'testing/rocksdb/10-support-busybox-install.patch')
| -rw-r--r-- | testing/rocksdb/10-support-busybox-install.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/rocksdb/10-support-busybox-install.patch b/testing/rocksdb/10-support-busybox-install.patch index 8974dfa9a0..1e20378c33 100644 --- a/testing/rocksdb/10-support-busybox-install.patch +++ b/testing/rocksdb/10-support-busybox-install.patch @@ -1,17 +1,17 @@ --- a/Makefile +++ b/Makefile -@@ -996,14 +996,14 @@ install-headers: +@@ -1548,14 +1548,14 @@ install -d $(INSTALL_PATH)/$$header_dir; \ done - for header in `find "include/rocksdb" -type f -name *.h`; do \ + for header in `$(FIND) "include/rocksdb" -type f -name *.h`; do \ - install -C -m 644 $$header $(INSTALL_PATH)/$$header; \ + install -c -m 644 $$header $(INSTALL_PATH)/$$header; \ done - + install-static: install-headers $(LIBRARY) - install -C -m 755 $(LIBRARY) $(INSTALL_PATH)/lib + install -c -m 755 $(LIBRARY) $(INSTALL_PATH)/lib - + install-shared: install-headers $(SHARED4) - install -C -m 755 $(SHARED4) $(INSTALL_PATH)/lib && \ + install -c -m 755 $(SHARED4) $(INSTALL_PATH)/lib && \ |
