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 @@