]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Analysis workflow, echo wrong directories.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 19:26:16 +0000 (21:26 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 19:26:16 +0000 (21:26 +0200)
.github/workflows/analysis_ports.yml

index 68e09ffef5f12c2d3e34fad21f9c28a117233f98..4e2c6c4d145e4001d599d3a7c10ac1d590e38250 100644 (file)
@@ -292,6 +292,10 @@ jobs:
           echo "./configure SHELL=/usr/bin/bash CONFIG_SHELL=/usr/bin/bash --prefix=\"$prepath/expat\" --exec-prefix=\"$prepath/expat\" --bindir=\"$prepath/expat/bin\" --includedir=\"$prepath/expat/include\" --mandir=\"$prepath/expat/man\" --libdir=\"$prepath/expat/lib\""
           ./configure SHELL=/usr/bin/bash CONFIG_SHELL=/usr/bin/bash --prefix="$prepath/expat" --exec-prefix="$prepath/expat" --bindir="$prepath/expat/bin" --includedir="$prepath/expat/include" --mandir="$prepath/expat/man" --libdir="$prepath/expat/lib"
           # fixup shell from space in pathname
+          grep 'SHELL =' Makefile | cat
+          grep 'Files' Makefile | cat
+          grep 'SHELL =' lib/Makefile | cat
+          grep 'Files' lib/Makefile | cat
           mv Makefile Makefile.orig
           sed -e 's?^SHELL =.*$??' < Makefile.orig > Makefile
           mv lib/Makefile lib/Makefile.orig