summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 11:48:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 11:49:08 +0100
commit3dd311e3a059131ef245417106d4fb659222ef3c (patch)
treecd839112f95f65143b29fe83062e989d364b566e
parentdb9979e7f9a8f94885ce593d78fe02de6dd71717 (diff)
downloadpatches-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-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c9e7a084a1..a47269d87f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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