From: Paul Eggert Date: Sat, 10 Sep 2022 21:32:40 +0000 (-0500) Subject: Fix bootstrap.conf when no paxutils X-Git-Tag: v1.35~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ba281eca3246a9037e2eb10be2c8caa9b8c9c20;p=thirdparty%2Ftar.git Fix bootstrap.conf when no paxutils * bootstrap.conf: Don’t assume the paxutils subdirectory already exists, when bootstrapping. --- 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