From de7f1011c0cd6ad530b8818fa7c6679e2776e7b0 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:27:48 -0400 Subject: [PATCH] fix dir --- xorriso/gen_input.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorriso/gen_input.sh.in b/xorriso/gen_input.sh.in index 4d91101..0a993bc 100644 --- a/xorriso/gen_input.sh.in +++ b/xorriso/gen_input.sh.in @@ -12,7 +12,7 @@ echo "-chmod 0444 EFI/BOOT/grub.cfg" if [[ -n "${FLATPAK_DIR}" ]] then - pushd ${FLATPAK_DIR}/flatpak > /dev/null + pushd ${FLATPAK_DIR} > /dev/null for file in $(find *) do echo "-map $(pwd)/${file} flatpak/${file}"