[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: include .sh installer script



On Thu, Jan 15, 2009 at 8:26 PM, schoappied <schoappied@gmail.com> wrote:
> Hi,
>
> Any ideas how to include the newest lilypond, which should be installed
> using a .sh script installer?
>
> http://lilypond.org/web/install/#2.12


If you can deal with the fact that your build will require some
interaction (pressing enter to proceed with the installation), you
should be fine just dumping the installer into
config/chroot_local-hooks/.
If you can't deal with that, write a little wrapper that executes the
installer with the --batch option and then deletes it. You would have
to name the wrapper in such a way that it is run before the actual
installer (for example, '0lilypond.sh' - the scripts should normally
run in alphabetical order).

Hope that helps,
 -Juergen


Reply to: