From be6413057ebf6d4274abcd33f392d2f125d9b255 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 2 Nov 2023 20:01:37 +1100 Subject: [PATCH] Rebuild with Perl path set to /usr/bin/perl --- README.md | 2 +- dot-local/bin/chkstow | 2 +- dot-local/bin/stow | 2 +- dot-local/share/doc/stow/ChangeLog | 27 ++++++++++++++++++ dot-local/share/doc/stow/manual-single.html | 4 +-- .../doc/stow/manual-split/Bootstrapping.html | 2 +- .../Compile_002dtime-vs-Install_002dtime.html | 2 +- .../doc/stow/manual-split/Conflicts.html | 2 +- .../stow/manual-split/Cygnus-Software.html | 2 +- .../stow/manual-split/Deferred-Operation.html | 2 +- .../stow/manual-split/Deleting-Packages.html | 2 +- .../doc/stow/manual-split/GNU-Emacs.html | 2 +- .../GNU-General-Public-License.html | 2 +- .../doc/stow/manual-split/Ignore-Lists.html | 2 +- .../manual-split/Installing-Packages.html | 2 +- .../doc/stow/manual-split/Introduction.html | 2 +- .../doc/stow/manual-split/Invoking-Stow.html | 2 +- ...n-For-Yet-Another-Set-Of-Ignore-Files.html | 2 +- .../doc/stow/manual-split/Known-Bugs.html | 2 +- .../stow/manual-split/Mixing-Operations.html | 2 +- .../Motivation-For-Ignore-Lists.html | 2 +- .../Multiple-Stow-Directories.html | 2 +- .../stow/manual-split/Other-FSF-Software.html | 2 +- .../manual-split/Perl-and-Perl-5-Modules.html | 2 +- .../doc/stow/manual-split/Reporting-Bugs.html | 2 +- .../doc/stow/manual-split/Resource-Files.html | 2 +- .../stow/manual-split/Target-Maintenance.html | 2 +- .../doc/stow/manual-split/Terminology.html | 2 +- .../doc/stow/manual-split/Tree-unfolding.html | 2 +- .../Types-And-Syntax-Of-Ignore-Lists.html | 2 +- .../share/doc/stow/manual-split/index.html | 2 +- .../doc/stow/manual-split/tree-folding.html | 2 +- .../doc/stow/manual-split/tree-refolding.html | 2 +- dot-local/share/doc/stow/manual.pdf | Bin 275951 -> 275960 bytes dot-local/share/doc/stow/version.texi | 4 +-- dot-local/share/info/stow.info | 4 +-- dot-local/share/man/man8/stow.8 | 2 +- 37 files changed, 65 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index f36ca6e..11257ad 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To build this version of Stow for yourself (or, more likely, if you're me and ne git clone https://git.00dani.me/00dani/stow cd stow autoreconf -iv -./configure --enable-relative --prefix=$PWD/out --with-pmdir=$PWD/out/lib/perl +./configure --enable-relative --prefix=$PWD/out --with-pmdir=$PWD/out/lib/perl PERL=/usr/bin/perl make make install ``` diff --git a/dot-local/bin/chkstow b/dot-local/bin/chkstow index 2d1df26..a88ae19 100755 --- a/dot-local/bin/chkstow +++ b/dot-local/bin/chkstow @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # This file is part of GNU Stow. # diff --git a/dot-local/bin/stow b/dot-local/bin/stow index a7e9c7a..51c8485 100755 --- a/dot-local/bin/stow +++ b/dot-local/bin/stow @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # GNU Stow - manage farms of symbolic links # Copyright (C) 1993, 1994, 1995, 1996 by Bob Glickstein diff --git a/dot-local/share/doc/stow/ChangeLog b/dot-local/share/doc/stow/ChangeLog index 1d83673..d17ecbd 100644 --- a/dot-local/share/doc/stow/ChangeLog +++ b/dot-local/share/doc/stow/ChangeLog @@ -1,3 +1,30 @@ +Mon Oct 23 16:13:57 2023 +1100 Danielle McLean + + * Add explict --enable-relative ./configure flag for using FindBin + + M Makefile.am + M configure.ac + +Mon Oct 23 14:54:38 2023 +1100 Danielle McLean + + * Prerelease v2.3.2-fixbug56727 + + M META.json + M META.yml + M configure.ac + +Mon Oct 23 14:38:27 2023 +1100 Danielle McLean + + * Support relative --with-pmdir by using FindBin + + M Makefile.am + +Mon Oct 23 14:02:03 2023 +1100 Danielle McLean + + * Save upgraded aclocal.m4 produced by autoreconf -vi + + M aclocal.m4 + Mon Oct 23 12:49:55 2023 +1100 Danielle McLean * Merge branch 'bug-56727' Merge in fixed --dotfiles support. We need diff --git a/dot-local/share/doc/stow/manual-single.html b/dot-local/share/doc/stow/manual-single.html index 7f288da..90627fc 100644 --- a/dot-local/share/doc/stow/manual-single.html +++ b/dot-local/share/doc/stow/manual-single.html @@ -4,7 +4,7 @@