From 6350b6fda6a481ba0a7c8779f5bd310b54afaded Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 2 Jan 2022 12:29:09 +0100 Subject: [PATCH] remove BOOTDIRNAME --- usr/bin/archboot-tarball-helper-arm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-tarball-helper-arm.sh b/usr/bin/archboot-tarball-helper-arm.sh index 0fad60ad1..7b8cb3cd6 100755 --- a/usr/bin/archboot-tarball-helper-arm.sh +++ b/usr/bin/archboot-tarball-helper-arm.sh @@ -41,7 +41,7 @@ fi . "${CONFIG}" # begin script -mkdir -p "${TEMPDIR}/${BOOTDIRNAME}/" +mkdir -p "${TEMPDIR}/" # generate initramdisk echo ":: Calling mkinitcpio CONFIG=${MKINITCPIO_CONFIG} ..."