diff options
| author | EuAndreh <eu@euandre.org> | 2020-12-03 16:43:34 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-12-03 16:44:23 -0300 |
| commit | e35d818c4055c707ada603353c6e7e28e6a178f3 (patch) | |
| tree | 8da2a51e7146501149565ddb105ea232820417a7 /bash | |
| parent | spacemacs.el: Add M-´ and fix M-ç paths (diff) | |
| download | dotfiles-e35d818c4055c707ada603353c6e7e28e6a178f3.tar.gz dotfiles-e35d818c4055c707ada603353c6e7e28e6a178f3.tar.xz | |
fake-symlinks.sh: Fix path of empty-texinfo.texi
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/fake-symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh index 1222b7ae..6864cd60 100644 --- a/bash/fake-symlinks.sh +++ b/bash/fake-symlinks.sh @@ -155,7 +155,7 @@ ln-dicts() { ln-texinfo() { envsubst-all HACKING - envsubst-if-not empty-texinfo.texi + envsubst-if-not rename/empty-texinfo.texi cp-all build-aux/texinfo.tex chmod +w "$PREFIX/build-aux/texinfo.tex" ||: ln-dicts |
