Gentoo Archives: gentoo-dev

From: hasufell <hasufell@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH] multilib-minimal.eclass: allow relative paths to $S for DOCS variable wrt #468092
Date: Thu, 02 May 2013 16:24:29
Message-Id: 51829333.9020004@gentoo.org
1 currently default_src_install is carried out in $BUILD_DIR and not in $S
2
3 that means people have to do something like this:
4 DOCS=( "${S}"/ChangeLog{,.libffi,.libgcj,.v1} "${S}"/README )
5
6 The attached patch is a bit ugly, but I don't see a better way. It will
7 allow:
8 DOCS=( ChangeLog{,.libffi,.libgcj,.v1} README )

Attachments

File name MIME type
multilib-minimal.eclass.patch text/x-patch

Replies