gentoo/dev-lang/nasm/files/nasm-2.15-bsd-cp-doc.patch
Sergei Trofimovich 3e6dd877f8
dev-lang/nasm: bump up to 2.15
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-06-28 17:15:16 +01:00

14 lines
278 B
Diff

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
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -28,3 +28,3 @@ RM_RF = rm -rf
CP_F = cp -f
-CP_UF = cp -uf
+CP_UF = cp -f