aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-25 01:57:44 +0100
committerSam James <sam@gentoo.org>2022-04-25 02:12:05 +0100
commite035fdade4b4f74815a237fba122240f2a4d547c (patch)
tree1236e7b5788a05f56863cc15ef977ffa41633e88 /make-tarball.sh
parent12.0.0: cut patchset 5 (diff)
downloadgcc-patches-e035fdade4b4f74815a237fba122240f2a4d547c.tar.gz
gcc-patches-e035fdade4b4f74815a237fba122240f2a4d547c.tar.bz2
gcc-patches-e035fdade4b4f74815a237fba122240f2a4d547c.zip
make-tarball.sh: add ~/git/gentoo to search paths
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'make-tarball.sh')
-rwxr-xr-xmake-tarball.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-tarball.sh b/make-tarball.sh
index 5a8dd77..e76e37f 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -6,6 +6,7 @@ find_ebuild() {
for ebuild in \
${ver} \
+ ~/git/gentoo/sys-devel/gcc/gcc-${ver}.ebuild \
/usr/local/src/gentoo/repo/gentoo/sys-devel/gcc/gcc-${ver}.ebuild \
"$(portageq get_repo_path $(portageq envvar EPREFIX)/ gentoo)"/sys-devel/gcc/gcc-${ver}.ebuild \
/usr/portage/sys-devel/gcc/gcc-${ver}.ebuild \