Thanks for the review. I'd missed the description and that that the
generic Unix version is now used.

With a bit of fiddling, I came up with a change that now correctly finds
the nightly.
I've submitted the following patch to the github as issue#1:


Code:
--------------------
    
  root@lms_9:~/jail # diff -c build-lms.sh.orig build-lms.sh
  *** build-lms.sh.orig Mon Sep  2 13:49:55 2019
  --- build-lms.sh      Mon Sep  2 13:43:28 2019
  ***************
  *** 3,9 ****
  # Use pkg in unattended mode
  export ASSUME_ALWAYS_YES=YES
  
  ! URL=$(curl -s 
'http://www.mysqueezebox.com/update/?version=7.9.0&revision=1&geturl=1&os=readynas'
 | sed -e 's/-sparc-readynas.bin$/-FreeBSD.tgz/')
  TGZ=$(basename $URL)
  LMS=$(basename $TGZ .tgz)
  DIR=/tmp/LMS
  --- 3,10 ----
  # Use pkg in unattended mode
  export ASSUME_ALWAYS_YES=YES
  
  ! URL=$(curl -s 
'http://www.mysqueezebox.com/update/?version=7.9.2&revision=1&geturl=1&os=readynas'
 | sed -e 's/-sparc-readynas.bin$/.tgz/')
  ! # 
URL=http://downloads.slimdevices.com/nightly/?ver=7.9/logitechmediaserver-7.9.0-FreeBSD.tgz
  TGZ=$(basename $URL)
  LMS=$(basename $TGZ .tgz)
  DIR=/tmp/LMS
  
--------------------


------------------------------------------------------------------------
wcattey's Profile: http://forums.slimdevices.com/member.php?userid=7506
View this thread: http://forums.slimdevices.com/showthread.php?t=104122

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

Reply via email to