summaryrefslogtreecommitdiff
path: root/dev-lang/nasm/files/nasm-2.13.03-bsd-cp-doc.patch
blob: 76c1790da2084be4b89f8a1c7d3e4753fe3b4880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Avoid 'cp -u' as it's not portable.

In this case we can unconditionally copy files.

Reported-by: Michał Górny
Bug: https://bugs.gentoo.org/655444
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 261a791..bc9da1e 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -28,3 +28,3 @@ RM_RF		= rm -rf
 CP_F		= cp -f
-CP_UF		= cp -ufv
+CP_UF		= cp -fv