From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1614412-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 45077158041
	for <garchives@archives.gentoo.org>; Sun, 24 Mar 2024 19:31:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5CFFA2BC038;
	Sun, 24 Mar 2024 19:31:52 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 42A982BC038
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Mar 2024 19:31:52 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0993134309F
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Mar 2024 19:31:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C67015E4
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Mar 2024 19:31:47 +0000 (UTC)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca>
Message-ID: <1711291254.fa4419f299a7f7324e4fd459b5dd9dc2c3942b10.julien@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-boot/boot-repair-iso-download/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild
X-VCS-Directories: sys-boot/boot-repair-iso-download/
X-VCS-Committer: julien
X-VCS-Committer-Name: Julien Roy
X-VCS-Revision: fa4419f299a7f7324e4fd459b5dd9dc2c3942b10
X-VCS-Branch: master
Date: Sun, 24 Mar 2024 19:31:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 79870894-43f9-43bd-b3b8-378ade380ea6
X-Archives-Hash: 9372d938be02c48456d23b369890aa13

commit:     fa4419f299a7f7324e4fd459b5dd9dc2c3942b10
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Mar 24 14:40:54 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Mar 24 14:40:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa4419f2

sys-boot/boot-repair-iso-download: reorder lines

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 .../boot-repair-iso-download/boot-repair-iso-download-9999.ebuild     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild
index b6e7b6dbf5..42d669848b 100644
--- a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild
+++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild
@@ -18,10 +18,10 @@ QA_PREBUILT="*"
 
 src_install() {
 
-	mkdir -p "$ED/opt/distribs/" || die
-
 	cd "$DISTDIR"
 
+	mkdir -p "$ED/opt/distribs/" || die
+
 	cp boot-repair-disk-64bit.iso "$ED/opt/distribs/" || die
 }