GraemeF Wrote: 
> Sorry for the n00b question, but where is Util::OSDetect?
> 
> Update: Found it eventually - on my Ubuntu 6.06 it was in
> "/usr/share/perl5/Slim/Utils/OSDetect.pm"

Appears to be in /usr/share/perl5/Slim/Utils/OSDetect.pm.

Also, the line that snarlydwarf mentioned needs to be added in this
section:


Code:
--------------------
    
  ...
  # Debian specific paths.
        } elsif (isDebian()) {
  
                if ($dir =~ 
/^(?:Plugins|Firmware|Graphics|HTML|IR|MySQL|SQL|lib|Bin)$/) {
  
                        push @dirs, "/usr/share/slimserver/$dir";
  # To be added here: push @dirs, "/usr/share/slimserver" if $dir eq 'Plugins'; 
                } elsif ($dir eq 'strings') {
  ...
  
--------------------


HTH,

Rob


-- 
robmoore
------------------------------------------------------------------------
robmoore's Profile: http://forums.slimdevices.com/member.php?userid=374
View this thread: http://forums.slimdevices.com/showthread.php?t=20603

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to