]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Fix bootstrap.conf when no paxutils
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 10 Sep 2022 21:32:40 +0000 (16:32 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 10 Sep 2022 23:54:21 +0000 (18:54 -0500)
* bootstrap.conf: Don’t assume the paxutils subdirectory already
exists, when bootstrapping.

bootstrap.conf

index 9ca26dc679a200775cc244b3831c13f03a4c7341..378d4166fce93d26b29c5d00a4d72afdf86b8c4a 100644 (file)
@@ -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