buildFHSEnv: don't include /var (#348973)

This commit is contained in:
K900
2024-10-16 19:38:13 +03:00
committed by GitHub
@@ -245,7 +245,7 @@ let
done
cd ..
for i in var etc opt; do
for i in etc opt; do
if [ -d "${staticUsrProfileTarget}/$i" ]; then
cp -rsHf "${staticUsrProfileTarget}/$i" "$i"
fi