On Sun, 2008-10-19 at 09:05 +0200, Bernd Markgraf wrote: > it expects awk to be gawk. If AWK=/path/to/gawk works go this way. > otherwise make awk a temporary link to gawk.
If /usr/gnu/bin comes before /usr/bin in your PATH (env.sh sets up the PATH like that) then it should pick up /usr/gnu/bin/awk, if it's installed. A BuildRequires should be added in the spec file. Laca
