Rebuild with Perl path set to /usr/bin/perl
This commit is contained in:
parent
90b5dbb5ae
commit
be6413057e
37 changed files with 65 additions and 38 deletions
|
@ -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
|
git clone https://git.00dani.me/00dani/stow
|
||||||
cd stow
|
cd stow
|
||||||
autoreconf -iv
|
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
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/local/bin/perl
|
#!/usr/bin/perl
|
||||||
#
|
#
|
||||||
# This file is part of GNU Stow.
|
# This file is part of GNU Stow.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/local/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# GNU Stow - manage farms of symbolic links
|
# GNU Stow - manage farms of symbolic links
|
||||||
# Copyright (C) 1993, 1994, 1995, 1996 by Bob Glickstein
|
# Copyright (C) 1993, 1994, 1995, 1996 by Bob Glickstein
|
||||||
|
|
|
@ -1,3 +1,30 @@
|
||||||
|
Mon Oct 23 16:13:57 2023 +1100 Danielle McLean <dani@00dani.me>
|
||||||
|
|
||||||
|
* 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 <dani@00dani.me>
|
||||||
|
|
||||||
|
* Prerelease v2.3.2-fixbug56727
|
||||||
|
|
||||||
|
M META.json
|
||||||
|
M META.yml
|
||||||
|
M configure.ac
|
||||||
|
|
||||||
|
Mon Oct 23 14:38:27 2023 +1100 Danielle McLean <dani@00dani.me>
|
||||||
|
|
||||||
|
* Support relative --with-pmdir by using FindBin
|
||||||
|
|
||||||
|
M Makefile.am
|
||||||
|
|
||||||
|
Mon Oct 23 14:02:03 2023 +1100 Danielle McLean <dani@00dani.me>
|
||||||
|
|
||||||
|
* Save upgraded aclocal.m4 produced by autoreconf -vi
|
||||||
|
|
||||||
|
M aclocal.m4
|
||||||
|
|
||||||
Mon Oct 23 12:49:55 2023 +1100 Danielle McLean <dani@00dani.me>
|
Mon Oct 23 12:49:55 2023 +1100 Danielle McLean <dani@00dani.me>
|
||||||
|
|
||||||
* Merge branch 'bug-56727' Merge in fixed --dotfiles support. We need
|
* Merge branch 'bug-56727' Merge in fixed --dotfiles support. We need
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ ul.toc-numbered-mark {list-style: none}
|
||||||
Next: <a href="#Introduction" accesskey="n" rel="next">Introduction</a> [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
|
Next: <a href="#Introduction" accesskey="n" rel="next">Introduction</a> [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
|
||||||
</div>
|
</div>
|
||||||
<a class="top" id="SEC_Top"></a>
|
<a class="top" id="SEC_Top"></a>
|
||||||
<p>This manual describes GNU Stow 2.3.2-fixbug56727 (23 October 2023), a
|
<p>This manual describes GNU Stow 2.3.2-fixbug56727 (2 November 2023), a
|
||||||
symlink farm manager which takes distinct sets of software and/or data
|
symlink farm manager which takes distinct sets of software and/or data
|
||||||
located in separate directories on the filesystem, and makes them
|
located in separate directories on the filesystem, and makes them
|
||||||
appear to be installed in a single directory tree.
|
appear to be installed in a single directory tree.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
<!-- This manual describes GNU Stow version 2.3.2-fixbug56727
|
||||||
(23 October 2023), a program for managing farms of symbolic links.
|
(2 November 2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
@set UPDATED 23 October 2023
|
@set UPDATED 2 November 2023
|
||||||
@set UPDATED-MONTH October 2023
|
@set UPDATED-MONTH November 2023
|
||||||
@set EDITION 2.3.2-fixbug56727
|
@set EDITION 2.3.2-fixbug56727
|
||||||
@set VERSION 2.3.2-fixbug56727
|
@set VERSION 2.3.2-fixbug56727
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
This is stow.info, produced by makeinfo version 7.1 from stow.texi.
|
This is stow.info, produced by makeinfo version 7.1 from stow.texi.
|
||||||
|
|
||||||
This manual describes GNU Stow version 2.3.2-fixbug56727 (23 October
|
This manual describes GNU Stow version 2.3.2-fixbug56727 (2 November
|
||||||
2023), a program for managing farms of symbolic links.
|
2023), a program for managing farms of symbolic links.
|
||||||
|
|
||||||
Software and documentation is copyrighted by the following:
|
Software and documentation is copyrighted by the following:
|
||||||
|
@ -36,7 +36,7 @@ File: stow.info, Node: Top, Next: Introduction, Up: (dir)
|
||||||
Stow
|
Stow
|
||||||
****
|
****
|
||||||
|
|
||||||
This manual describes GNU Stow 2.3.2-fixbug56727 (23 October 2023), a
|
This manual describes GNU Stow 2.3.2-fixbug56727 (2 November 2023), a
|
||||||
symlink farm manager which takes distinct sets of software and/or data
|
symlink farm manager which takes distinct sets of software and/or data
|
||||||
located in separate directories on the filesystem, and makes them appear
|
located in separate directories on the filesystem, and makes them appear
|
||||||
to be installed in a single directory tree.
|
to be installed in a single directory tree.
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.IX Title "stow 8"
|
.IX Title "stow 8"
|
||||||
.TH stow 8 2023-10-23 "perl v5.38.0" "User Contributed Perl Documentation"
|
.TH stow 8 2023-11-02 "perl v5.38.0" "User Contributed Perl Documentation"
|
||||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||||
.\" way too many mistakes in technical documents.
|
.\" way too many mistakes in technical documents.
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
|
|
Loading…
Reference in a new issue