Fletch wrote: > Thanks for testing! It's the only way we'll catch all of these. > > I'm not sure about the semanage problem. The @INC problem is this: > > Since I build on CentOS 5, perl_vendorlib expands to > /usr/lib/perl5/vendor_perl/5.8.8. It looks like CentOS 4 (and > derivatives like CC) only have perl 5.8.5. I suppose the "correct" > solution is to build different RPMs for different target distros we > want to support. I suspect that SD won't want the complexity of that. > Other possible fixes that come to mind: > - Violate the FHS and just move Slim/ under /usr/share/squeezecenter/ > - Hardcode the RPM to put Slim/ directly under > /usr/lib/perl5/vendor_perl/ > - Modify bootstrap.pm to expand @INC to include > /usr/lib/perl5/vendor_perl/5.8.8 > - Others?
Can't we put it in the right dir at install time? i.e. make the destination dependent on the distribution? R. _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
