Don't fire helper for executable requires.
CVS patchset: 5974 CVS date: 2002/12/26 23:19:17
This commit is contained in:
parent
1aa83a98fc
commit
be9a1f9007
|
@ -708,10 +708,12 @@ static int rpmfcSCRIPT(rpmfc fc)
|
|||
|
||||
if (fc->fcolor->vals[fc->ix] & RPMFC_PERL) {
|
||||
xx = rpmfcHelper(fc, 'P', "perl");
|
||||
if (is_executable)
|
||||
xx = rpmfcHelper(fc, 'R', "perl");
|
||||
}
|
||||
if (fc->fcolor->vals[fc->ix] & RPMFC_PYTHON) {
|
||||
xx = rpmfcHelper(fc, 'P', "python");
|
||||
if (is_executable)
|
||||
xx = rpmfcHelper(fc, 'R', "python");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue