logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

bootstrap.patch (592B)


  1. SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
  2. SPDX-License-Identifier: GPL-2.0-or-later
  3. Fixes dependency of bootstrapping script
  4. --- automake-1.15.1/gen-testsuite-part 2017-06-16 21:46:16.000000000 +0100
  5. +++ automake-1.15.1/gen-testsuite-part 2021-04-01 00:02:46.801098617 +0100
  6. @@ -64,8 +64,6 @@
  7. $func->($fh);
  8. close $fh
  9. or die "$me: closing '$tmpfile': $!\n";
  10. - chmod ($perms & ~umask, $tmpfile)
  11. - or die "$me: cannot change perms for '$tmpfile': $!\n";
  12. rename ($tmpfile, $outfile)
  13. or die "$me: renaming '$tmpfile' -> '$outfile: $!\n'";
  14. }