X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=blobdiff_plain;f=debian%2Fpatches%2Fmk-fix-excluding-.doctrees-when-installing-docs.patch;h=52c78a75dc1d338d48258f78780ed3279f8e0878;hp=dee747706f8a2abe7350aa8ae53c50ab4ee66378;hb=b39018f534e2f66efda7d94d4c7fb7a2e098aa3d;hpb=f912d9c4bcd6b79bf368d84e4b0025aa3771e656 diff --git a/debian/patches/mk-fix-excluding-.doctrees-when-installing-docs.patch b/debian/patches/mk-fix-excluding-.doctrees-when-installing-docs.patch index dee74770..52c78a75 100644 --- a/debian/patches/mk-fix-excluding-.doctrees-when-installing-docs.patch +++ b/debian/patches/mk-fix-excluding-.doctrees-when-installing-docs.patch @@ -12,19 +12,14 @@ Last-Update: 2017-06-24 mk/rte.sdkinstall.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/mk/rte.sdkinstall.mk b/mk/rte.sdkinstall.mk -index dbac2a277..4e97feff9 100644 --- a/mk/rte.sdkinstall.mk +++ b/mk/rte.sdkinstall.mk -@@ -162,7 +162,7 @@ install-sdk: +@@ -169,7 +169,7 @@ install-sdk: install-doc: ifneq ($(wildcard $O/doc/html),) $(Q)$(call rte_mkdir, $(DESTDIR)$(docdir)) - $(Q)tar -cf - -C $O/doc html --exclude 'html/guides/.*' | \ + $(Q)tar -cf - -C $O/doc --exclude 'html/guides/.*' html | \ - tar -xf - -C $(DESTDIR)$(docdir) --strip-components=1 \ - --keep-newer-files + tar -xf - -C $(DESTDIR)$(docdir) $(TAR_X_FLAGS) endif --- -2.11.0 - + ifneq ($(wildcard $O/doc/*/*/*pdf),)