The find() call that is supposed to look for binary files in the debian sub-directory was missing the no_chdir option and due to this the File::Spec->abs2rel() call (inside the wanted function) was returning an invalid value when find() changed the current directory (since its second parameter is only valid while being in the current directory). The parameter got lost by mistake in 3525f79792cff51757d99d45f51c96a15e6fa779 and it was present in lenny's version.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||