mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 08:41:47 +00:00
cppunit: fix patch fuzz warning
| Applying patch 0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch | patching file doc/Makefile.am | Hunk #1 succeeded at 8 with fuzz 2 (offset -14 lines). Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
eb7fd465ae
commit
beb872b68a
@ -17,15 +17,12 @@ diff --git a/doc/Makefile.am b/doc/Makefile.am
|
|||||||
index 8815476..3237499 100644
|
index 8815476..3237499 100644
|
||||||
--- a/doc/Makefile.am
|
--- a/doc/Makefile.am
|
||||||
+++ b/doc/Makefile.am
|
+++ b/doc/Makefile.am
|
||||||
@@ -22,7 +22,7 @@ htmldir += $(pkgdatadir)/html
|
@@ -8,7 +8,7 @@ htmldir += $(pkgdatadir)/html
|
||||||
html_DATA += $(static_pages) html/index.html
|
html_DATA += $(static_pages) html/index.html
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
- cp -pR html/* $(DESTDIR)$(htmldir)
|
- cp -pR html/* $(DESTDIR)$(htmldir)
|
||||||
+ cp -R html/* $(DESTDIR)$(htmldir)
|
+ cp -R html/* $(DESTDIR)$(htmldir)
|
||||||
|
|
||||||
# Automake's "distcheck" is sensitive to having files left over
|
uninstall-local:
|
||||||
# after "make uninstall", so we have to clean up the install hook.
|
rm -rf $(DESTDIR)$(htmldir)
|
||||||
--
|
|
||||||
2.5.0
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user