Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-patches:master commit in: /
Date: Sat, 15 Feb 2020 19:59:57
Message-Id: 1581796761.511a79b9e1266603fdebbeb15287627d9240db2c.slyfox@gentoo
1 commit: 511a79b9e1266603fdebbeb15287627d9240db2c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 15 19:59:21 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 15 19:59:21 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=511a79b9
7
8 make-tarball.sh: tweak scrip to work on non-empty EPREFIX
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 make-tarball.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/make-tarball.sh b/make-tarball.sh
16 index 082da40..a626a3d 100755
17 --- a/make-tarball.sh
18 +++ b/make-tarball.sh
19 @@ -9,7 +9,7 @@ ver=${1%/}
20 for ebuild in \
21 ${ver} \
22 /usr/local/src/gentoo/repo/gentoo/sys-devel/gcc/gcc-${ver}.ebuild \
23 - "$(portageq get_repo_path / gentoo)"/sys-devel/gcc/gcc-${ver}.ebuild \
24 + "$(portageq get_repo_path $(portageq envvar EPREFIX)/ gentoo)"/sys-devel/gcc/gcc-${ver}.ebuild \
25 /usr/portage/sys-devel/gcc/gcc-${ver}.ebuild \
26 ""
27 do