Analysis workflow, echo wrong directories.

This commit is contained in:
W.C.A. Wijngaards 2021-06-24 21:26:16 +02:00
parent b4c0988cb9
commit abc82f5d87

View 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