Browse Source

Fix bootstrap.conf when no paxutils

* bootstrap.conf: Don’t assume the paxutils subdirectory already
exists, when bootstrapping.
Paul Eggert 2 years ago
parent
commit
4ba281eca3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      bootstrap.conf

+ 3 - 1
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