commit:     e035fdade4b4f74815a237fba122240f2a4d547c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 00:57:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 01:12:05 2022 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=e035fdad

make-tarball.sh: add ~/git/gentoo to search paths

Signed-off-by: Sam James <sam <AT> gentoo.org>

 make-tarball.sh | 1 +
 1 file changed, 1 insertion(+)

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 \

Reply via email to