mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-21 15:21:05 -05:00
Analysis workflow, echo wrong directories.
This commit is contained in:
parent
b4c0988cb9
commit
abc82f5d87
1 changed files with 4 additions and 0 deletions
4
.github/workflows/analysis_ports.yml
vendored
4
.github/workflows/analysis_ports.yml
vendored
|
|
@ -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\""
|
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"
|
./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
|
# 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
|
mv Makefile Makefile.orig
|
||||||
sed -e 's?^SHELL =.*$??' < Makefile.orig > Makefile
|
sed -e 's?^SHELL =.*$??' < Makefile.orig > Makefile
|
||||||
mv lib/Makefile lib/Makefile.orig
|
mv lib/Makefile lib/Makefile.orig
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue