automake
[Top][All Lists]
Advanced

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

Re: Installation of startup scripts


From: Ralf Wildenhues
Subject: Re: Installation of startup scripts
Date: Wed, 16 Jul 2008 23:39:00 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Vikram,

* Vikram Ambrose wrote on Wed, Jul 16, 2008 at 10:38:04PM CEST:
> install:

That should've been install-exec-local.

>    install -D -m 755 $(sysconfdir)/rc.d/init.d/blah
>
> uninstall:
>    rm $(sysconfdir)/rc.d/init.d/blah
>
> Is there a proper automake way of installing startup scripts?

Try
  init_d_dir = $(sysconfdir)/rc.d/init.d
  init_d_dir_SCRIPTS = blah

HTH.  Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]