[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Bash-fu question
- Subject: [ale] Bash-fu question
- From: Richard at Bronosky.com (Richard Bronosky)
- Date: Fri, 23 Oct 2009 18:14:22 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
I have these bash patterns examplified in my tools repo on github. I
think it is http://github.com/richardbronosky/tools
On 10/23/09, Doctor Who <whodoctor at gmail.com> wrote:
> I had a script for this that I accidentally deleted today...
>
> This is for claws-mail that I update regularly from CVS. I have a
> separate plug-ins directory that itself contains a number of
> directories like vcalendar and att_reminder. I would normally go into
> each of these directories manually and run './autogen.sh && make &&
> sudo make install' Once it completes I would cd ../next_directory and
> repeat for each plugin I want to install.
>
> The script I had was something like DIRS= vcalendar pdf_viewer
> other_plugin_I_want
>
> Then the script would cycle through each directory and do the
> "./autogen.sh, make, and make install" dance for each. If there was
> an error at any point (like missing dependency) it would just error
> out at that point.
>
> Can someone help me with the framework/skeleton to get this working?
>
> Thanks!
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
>
--
Sent from my mobile device
.!# RichardBronosky #!.