Gentoo Archives: gentoo-dev

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New eclass: opam.eclass
Date: Mon, 24 Jul 2017 22:11:49
Message-Id: 20170724221139.GC15937@gengoff
In Reply to: [gentoo-dev] New eclass: opam.eclass by Alexis Ballier
1 On 2017-07-24 17:20, Alexis Ballier wrote:
2 > Hey,
3 >
4 > Here is an eclass that would allow me to factor quite a bit of
5 > redundant code.
6 >
7 > …
8 > if [ -d "${ED}/usr/share/doc/${PF}/${PN}" ] ; then
9
10 It’s always been recommended to me that we should use the [[ … ]] form.
11
12 Otherwise, looks good to me.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] New eclass: opam.eclass Alexis Ballier <aballier@g.o>