# HG changeset patch # User Michael Schloh von Bennewitz # Date 1346173410 -7200 # Node ID b8c54b685320cc3c1abedc4aeb69fe02e25eac22 # Parent 86e8808a3984127c460fe7376fefef3f4140d72a Correct substitution no longer matching tab characters for some reason. diff -r 86e8808a3984 -r b8c54b685320 awk/awk.spec --- a/awk/awk.spec Tue Aug 28 19:03:10 2012 +0200 +++ b/awk/awk.spec Tue Aug 28 19:03:30 2012 +0200 @@ -58,12 +58,13 @@ %setup -q -c %patch -p0 %{l_shtool} subst \ - -e 's;Cell[\ \t][\ \t]*\*getline;Cell \*awk_getline;' \ + -e 's;\(Cell.*\)\*getline;\1*awk_getline;' \ proto.h \ run.c %{l_shtool} subst \ -e 's;getline;awk_getline;g' \ - maketab.c + maketab.c \ + lex.c %build %{l_make} %{l_mflags -O} \