From 4ba281eca3246a9037e2eb10be2c8caa9b8c9c20 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 10 Sep 2022 16:32:40 -0500 Subject: Fix bootstrap.conf when no paxutils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bootstrap.conf: Don’t assume the paxutils subdirectory already exists, when bootstrapping. --- bootstrap.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index 9ca26dc6..378d4166 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -69,8 +69,10 @@ bootstrap_post_pull_hook() { PAXUTILS=paxutils # gnulib modules used by this package. +# getopt-gnu is for paxutils. gnulib_modules="$avoided_gnulib_modules -`grep -h '^[^#]' gnulib.modules $PAXUTILS/gnulib.modules` +`grep -h '^[^#]' gnulib.modules` +getopt-gnu " # copy_files srcdir dstdir -- cgit v1.2.1