My hacked buildme.sh and buildme.pl are on my website.

If you have them, then (extracting from a script, here):


Code:
--------------------
    
  SOURCE=/usr/local/src/logitech/slim/trunk
  .
  .
  .
  
  cd $SOURCE
  cd vendor/CPAN
  rm -rf build
  mkdir build
  bash buildme.sh
  
  cd build/arch
  tar cf - . | (cd $SOURCE/server/CPAN/arch; tar xf -)
  
  cd $SOURCE
  
  perl buildme.pl --build tarball --freebsd --buildDir /tmp/sqbuild --sourceDir 
$SOURCE --destDir /usr/local/MySqueezeboxServerDists
  
--------------------


You'll need about 1/2 a gig of /tmp (I use a ramfs). Good luck!


-- 
pallfreeman

Please vote for bug #17411.
------------------------------------------------------------------------
pallfreeman's Profile: http://forums.slimdevices.com/member.php?userid=37667
View this thread: http://forums.slimdevices.com/showthread.php?t=88765

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to