1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

skip lock file

This commit is contained in:
Jason N. 2024-04-03 12:08:09 -04:00
parent b40600c9a4
commit f000180ca5

View file

@ -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