On 2/9/07, Randy McMurchy <[EMAIL PROTECTED]> wrote:
>
> I see that for the next package I'll need to add an 'if' loop to
> look for certain packages and then do some special stuff if the
> package is found, but I can't see a whole lot else that will need
> changing in the new scripts other than all the ENV vars.

I plan on adding some "case" statements to make it so that the
instructions are generic enough to be run on all the packages.
Something like:

case `basename ${PWD}` in
   xload-[0-9]*) patch -Np1 -i ../xload-blah.patch ;;
esac

If that's alright with you. I know BLFS isn't about scripting, but
Xorg modular is kind of a special case.

> Again, great job.

DJ did all the hard work. I've just been smoothing out the edges for a
couple months. But, thanks.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to