commit:     e41b9e40c8d20fab3be2b9a1c071cefbf37341c0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  7 17:24:00 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr  7 17:25:12 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e41b9e40

targets: Fix copy-n-paste mistake

Fixes: b28b3ce7a4ac (targets: Use mkdir -p)
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/support/bootloader-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/bootloader-setup.sh 
b/targets/support/bootloader-setup.sh
index db5860d5..2c69419d 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -267,7 +267,7 @@ case ${clst_hostarch} in
                # CD image, and then pass these components to the
                # `sgibootcd` tool which outputs a final CD image
                scratch="${1}"
-               mkdir -p mkdir ${scratch}/{kernels/misc,arcload}
+               mkdir -p ${scratch}/{kernels/misc,arcload}
                echo "" > ${scratch}/arc.cf
 
                # Move kernel binaries to ${scratch}/kernels, and

Reply via email to