Re: [Fink-devel] real_install() questions

2003-10-31 Thread Benjamin Reed
Michael G Schwern wrote: I'm looking at the $item arrayref in real_install() and trying to figure out what each element represents. I've noticed something interesting. $item->[1] ($pkgobj from Fink::Package->package_by_name) is never used. I've replaced all the $item->[#] calls with constants.

Re: [Fink-devel] real_install() questions

2003-10-31 Thread Max Horn
Am Freitag, 31.10.03 um 06:01 Uhr schrieb Michael G Schwern: I'm looking at the $item arrayref in real_install() and trying to figure out what each element represents. I've noticed something interesting. $item->[1] ($pkgobj from Fink::Package->package_by_name) is never used. Strange I've repl

[Fink-devel] real_install() questions

2003-10-30 Thread Michael G Schwern
I'm looking at the $item arrayref in real_install() and trying to figure out what each element represents. I've noticed something interesting. $item->[1] ($pkgobj from Fink::Package->package_by_name) is never used. I've replaced all the $item->[#] calls with constants. At the moment the names