1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/devel/automake16/files/patch-ac

12 lines
375 B
Plaintext
Raw Normal View History

--- automake.in.orig Wed Nov 24 16:04:56 1999
+++ automake.in Wed Nov 24 16:07:15 1999
@@ -6907,7 +6907,7 @@
$trailer = "; error while making link: $!\n";
}
}
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
{
$suppress = 0;
$trailer = "\n error while copying\n";