Compare commits
No commits in common. "90b5dbb5ae52f47ce49d6a0a2ae6a101ab4a6180" and "d3ba668350731fd2c56b60e0454135af5eb86a6a" have entirely different histories.
90b5dbb5ae
...
d3ba668350
2 changed files with 1 additions and 15 deletions
14
README.md
14
README.md
|
@ -1,14 +0,0 @@
|
||||||
# dot/stow
|
|
||||||
|
|
||||||
This is a prebuilt distribution of GNU Stow, based on [my slightly modified fork](https://git.00dani.me/00dani/stow), which has been built to use relative paths for locating Perl modules at runtime. It's perfect for cloning into your ~/dotfiles and using with no further steps, since it doesn't care what your home directory is called and will work no matter where you put it.
|
|
||||||
|
|
||||||
To build this version of Stow for yourself (or, more likely, if you're me and need to update the build when Stow changes upstream):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://git.00dani.me/00dani/stow
|
|
||||||
cd stow
|
|
||||||
autoreconf -iv
|
|
||||||
./configure --enable-relative --prefix=$PWD/out --with-pmdir=$PWD/out/lib/perl
|
|
||||||
make
|
|
||||||
make install
|
|
||||||
```
|
|
|
@ -67,7 +67,7 @@ stow \- manage farms of symbolic links
|
||||||
stow [ options ] package ...
|
stow [ options ] package ...
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.IX Header "DESCRIPTION"
|
.IX Header "DESCRIPTION"
|
||||||
This manual page describes GNU Stow 2.3.2\-fixbug56727. This is not the
|
This manual page describes GNU Stow 2.3.2. This is not the
|
||||||
definitive documentation for Stow; for that, see the accompanying info
|
definitive documentation for Stow; for that, see the accompanying info
|
||||||
manual, e.g. by typing \f(CW\*(C`info stow\*(C'\fR.
|
manual, e.g. by typing \f(CW\*(C`info stow\*(C'\fR.
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue