diff --git a/xorriso/gen_input.sh b/xorriso/gen_input.sh index 90e661c..ef27010 100644 --- a/xorriso/gen_input.sh +++ b/xorriso/gen_input.sh @@ -24,6 +24,10 @@ then pushd "${FLATPAK_DIR}" > /dev/null for file in $(find repo) do + if [[ "${file}" == "repo/.lock" ]] + then + continue + fi echo "-map ${PWD}/${file} flatpak/${file}" echo "-chmod 0444 flatpak/${file}" done