diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 11:48:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 11:49:08 +0100 |
commit | 3dd311e3a059131ef245417106d4fb659222ef3c (patch) | |
tree | cd839112f95f65143b29fe83062e989d364b566e | |
parent | db9979e7f9a8f94885ce593d78fe02de6dd71717 (diff) | |
download | patches-3dd311e3a059131ef245417106d4fb659222ef3c.tar patches-3dd311e3a059131ef245417106d4fb659222ef3c.tar.gz |
bootstrap: Fix typo.base-for-series-2929
* bootstrap: Substitute ‘guix-cookbook’ for copy/pasted ‘guix-manual’.
Reported-by: jetomit on #guix
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ for lang in ${langs}; do fi done langs=`find po/doc -type f -name 'guix-cookbook*.po' \ - | sed -e 's,guix-manual\.,,' \ + | sed -e 's,guix-cookbook\.,,' \ | xargs -n 1 -I{} basename {} .po` for lang in ${langs}; do if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then |