On 2/20/07, Michael Jennings <mej kainx org> wrote:
On Tuesday, 20 February 2007, at 15:02:09 (-0800), Frank Cusack wrote: > When is %_rpmds_perldeps_cmd used (rpm-4.4.7)? IIUC, it's used as a fallback for rpmdsPipe() which handles the execution of dependency gathering scripts (perl, java, libtool, etc.).
Correct.
grep is your friend:
$ grep _rpmds_perldeps_cmd */*.c
lib/rpmds.c: _perldeps_cmd = rpmExpand("%{?_rpmds_perldeps_cmd}", NULL);
73 de Jeff