mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
Fix intermittent error when bootstrapping automake-1.13.4
Our perl does not seem to recognize umask keyword Fixes: #93
This commit is contained in:
parent
9f83e1213e
commit
7c42227190
1 changed files with 17 additions and 0 deletions
17
sysa/automake-1.13.4/patches/bootstrap.patch
Normal file
17
sysa/automake-1.13.4/patches/bootstrap.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
Fixes dependency of bootstrapping script
|
||||
|
||||
--- gen-testsuite-part 2017-06-16 21:46:16.000000000 +0100
|
||||
+++ gen-testsuite-part 2021-04-01 00:02:46.801098617 +0100
|
||||
@@ -64,8 +64,6 @@
|
||||
$func->($fh);
|
||||
close $fh
|
||||
or die "$me: closing '$tmpfile': $!\n";
|
||||
- chmod ($perms & ~umask, $tmpfile)
|
||||
- or die "$me: cannot change perms for '$tmpfile': $!\n";
|
||||
rename ($tmpfile, $outfile)
|
||||
or die "$me: renaming '$tmpfile' -> '$outfile: $!\n'";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue