logo

live-bootstrap

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

aclocal_glob.patch (440B)


  1. SPDX-FileCopyrightText: © 2021 Andrius Štikonas <andrius@stikonas.eu>
  2. SPDX-License-Identifier: GPL-2.0-or-later
  3. Fixes aclocal to work with our Perl
  4. --- automake-1.15.1/bin/aclocal.in 2021-03-31 18:19:50.665806225 +0100
  5. +++ automake-1.15.1/bin/aclocal.in 2021-03-31 18:20:02.836132739 +0100
  6. @@ -42,6 +42,7 @@
  7. use Automake::XFile;
  8. use Automake::FileUtils;
  9. use File::Basename;
  10. +use File::Glob;
  11. use File::Path ();
  12. # Some globals.