diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-01-04 16:49:43 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-01-04 16:49:43 -0600 |
commit | e3ce4e5a4816cd1b92624a10273c02e89e4fb982 (patch) | |
tree | 06f8cfcbec6280abc727bd041d1a9a9e70e097c4 /tools/catalyst-auto-sparc64.conf | |
parent | add sparc-auto catalyst config file based on amd64 (diff) | |
download | releng-e3ce4e5a4816cd1b92624a10273c02e89e4fb982.tar.gz releng-e3ce4e5a4816cd1b92624a10273c02e89e4fb982.tar.bz2 releng-e3ce4e5a4816cd1b92624a10273c02e89e4fb982.zip |
catalyst-auto-sparc64.conf: path fixups
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'tools/catalyst-auto-sparc64.conf')
-rw-r--r-- | tools/catalyst-auto-sparc64.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index fee5205f..e7736a74 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -56,7 +56,7 @@ post_build() { ) "${cmd[@]}" ${TMPDIR}/empty ${DEST} "${cmd[@]}" \ - ${BUILD_SRCDIR_BASE}/builds/default/stage3-*${DATESTAMP}*${EXTENSIONS}* \ - ${BUILD_SRCDIR_BASE}/builds/default/*${DATESTAMP}*.iso* \ + ${BUILD_SRCDIR_BASE}/default/stage3-*${DATESTAMP}*${EXTENSIONS}* \ + ${BUILD_SRCDIR_BASE}/default/*${DATESTAMP}*.iso* \ sparc@nightheron.gentoo.org: } |