commit: c92798f9ecfc5c1b935b1607c54ca06e10ef38d0 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Jan 9 16:41:24 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Jan 9 16:41:24 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c92798f9
mips: fix stage filename in spec Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd-mu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd-mu.spec index 1219129d..10709e84 100644 --- a/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd-mu.spec +++ b/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd-mu.spec @@ -5,7 +5,7 @@ interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el rel_type: mergedusr profile: default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr snapshot: @TIMESTAMP@ -source_subpath: mergedusr/stage1-mipsel3_multilib-mergedusr-@TIMESTAMP@ +source_subpath: mergedusr/stage1-mipsel3_multilib-systemd-mergedusr-@TIMESTAMP@ compression_mode: pixz decompressor_search_order: xz bzip2 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
