On 4/13/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > OK, so the maintainer confirmed that Python is only used for the > device-manager app and can be ignored. He suggested patching out > configure.in and I don't think he's interested in changing things > since it's removed in HEAD. I think we'll just have to find a clean > way to do this in the book. Short of that, I think you'll just have to > put it in the Wiki or leave it in the LiveCD repo. > > http://lists.freedesktop.org/archives/hal/2007-April/008055.html
I just tested, and this would work: "If you don't have Python installed..." sed -i 's/PYTHON=":"/PYTHON=false/' configure sed -i 's/ device-manager//' tools/Makefile.in Massaging the text, of course. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
