mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
skip lock file
This commit is contained in:
parent
b40600c9a4
commit
f000180ca5
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ then
|
||||||
pushd "${FLATPAK_DIR}" > /dev/null
|
pushd "${FLATPAK_DIR}" > /dev/null
|
||||||
for file in $(find repo)
|
for file in $(find repo)
|
||||||
do
|
do
|
||||||
|
if [[ "${file}" == "repo/.lock" ]]
|
||||||
|
then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
echo "-map ${PWD}/${file} flatpak/${file}"
|
echo "-map ${PWD}/${file} flatpak/${file}"
|
||||||
echo "-chmod 0444 flatpak/${file}"
|
echo "-chmod 0444 flatpak/${file}"
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue