diff options
Diffstat (limited to 'recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch')
-rw-r--r-- | recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch b/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch index dd33b1bd..39cbd1ef 100644 --- a/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch +++ b/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch | |||
@@ -12,12 +12,12 @@ Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> | |||
12 | Makefile.install | 2 +- | 12 | Makefile.install | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 14 | ||
15 | diff --git a/Makefile.install b/Makefile.install | 15 | Index: git/Makefile.install |
16 | index aafb95469..1b02b70af 100644 | 16 | =================================================================== |
17 | --- a/Makefile.install | 17 | --- git.orig/Makefile.install |
18 | +++ b/Makefile.install | 18 | +++ git/Makefile.install |
19 | @@ -30,7 +30,7 @@ export PREFIX BINDIR SBINDIR MANDIR RUNDIR | 19 | @@ -53,7 +53,7 @@ |
20 | export LIBDIR INCLUDEDIR LIBEXECDIR PLUGINDIR | 20 | export SKIP_PIP_INSTALL PIPFLAGS |
21 | 21 | ||
22 | install-man: | 22 | install-man: |
23 | - $(Q) $(MAKE) -C Documentation install | 23 | - $(Q) $(MAKE) -C Documentation install |
@@ -25,6 +25,3 @@ index aafb95469..1b02b70af 100644 | |||
25 | .PHONY: install-man | 25 | .PHONY: install-man |
26 | 26 | ||
27 | install-lib: lib | 27 | install-lib: lib |
28 | -- | ||
29 | 2.25.1 | ||
30 | |||