ralphy wrote: > Did the faad and flac binaries end up in the > /opt/logitechmediaserver/Bin/arm-linux directory or just in Bin along > with dbish? > > My lms 7.8 installed Bin like this. > > Code: -------------------- > > /opt/logitechmediaserver/Bin > |-- arm-linux > | |-- mac > | |-- sls > | |-- sox > | `-- wvunpack > |-- dbish > |-- faad > `-- flac > -------------------- > > > > I noticed errors about the svn and arch commands not being found > during the vendor build, so I installed svn and created a > /usr/bin/arch script which just calls uname -m as the arch command is > no longer included with core-utils by default and is considered > deprecated. > Yes - I looked at this and considered it not to matter so was just ignoring those warnings..
It's intentional flac and faad go in Bin and it deletes the ones in the architecture specific locations earlier on in the build script (which are earlier on the search path). Only reason was that the installation phase would need to be architecture specific otherwise - so that i386/x86_64 case would put them in other places. Let me know if this causes you a problem using them though.. ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
