Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [wgiokas@WST420: Re: Correct installation path for completion files]
- X-seq: zsh-workers 31583
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: William Giokas <1007380@xxxxxxxxx>
- Subject: Re: [wgiokas@WST420: Re: Correct installation path for completion files]
- Date: Fri, 26 Jul 2013 20:23:06 +0200
- Cc: zsh-workers@xxxxxxx
- In-reply-to: <20130726180739.GD6421@WST420> (William Giokas's message of "Fri, 26 Jul 2013 13:07:39 -0500")
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20130726180739.GD6421@WST420>
William Giokas wrote:
[...]
> I should have made this clearer: I am looking for a generic place to use
> in a distro-agnostic Makefile, not a specfile, PKGBUILD or ebuild. Would
> it be sane to have the default be $datadir/zsh/site-functions, and allow
> Debian and the select few other distros use a ./configure flag to place
> this somewhere else?
It's hard to make it distribution-agnostic. The best way I can think of
is to use the output of this as the destination directory:
zsh -fc 'print ${fpath[1]}'
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author