* Ralf Wildenhues wrote on Mon, Jul 07, 2008 at 07:58:01PM CEST:
> You'll want to use something like
> 
> install-data-hook:
>       mkdir -p $(DESTDIR)$(localstatedir)/run

Erm, for portability, either $(mkdir_p) (Automake >= 1.10) or
$(mkinstalldirs) (for compatibility with older Automake) instead of
'mkdir -p'.

Sorry 'bout that.


Reply via email to