mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Move automake-1.15.1 to sysa.
This commit is contained in:
parent
da9a2c6c50
commit
241717ee8d
9 changed files with 10 additions and 9 deletions
16
sysa/automake-1.15.1/patches/aclocal_glob.patch
Normal file
16
sysa/automake-1.15.1/patches/aclocal_glob.patch
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
Fixes aclocal to work with our Perl
|
||||
|
||||
--- bin/aclocal.in 2021-03-31 18:19:50.665806225 +0100
|
||||
+++ bin/aclocal.in 2021-03-31 18:20:02.836132739 +0100
|
||||
@@ -42,6 +42,7 @@
|
||||
use Automake::XFile;
|
||||
use Automake::FileUtils;
|
||||
use File::Basename;
|
||||
+use File::Glob;
|
||||
use File::Path ();
|
||||
|
||||
# Some globals.
|
||||
Loading…
Add table
Add a link
Reference in a new issue