Bladeren bron

Fix bootstrap.conf when no paxutils

* bootstrap.conf: Don’t assume the paxutils subdirectory already
exists, when bootstrapping.
Paul Eggert 2 jaren geleden
bovenliggende
commit
4ba281eca3
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  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