fix small issues in deb creation

This commit is contained in:
Mario Voigt 2025-03-11 13:50:25 +01:00
parent dc97df3cb5
commit 176cb946c6
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ for ARCH_L in "${!ARCHES_LR[@]}"; do
echo -e "+++++++++++++++++++++++++++++++++++++++++++\n" echo -e "+++++++++++++++++++++++++++++++++++++++++++\n"
# remove existing target dir if exists (from possible previous builds) # remove existing target dir if exists (from possible previous builds)
if [ -f fabaccess-bffh-${BFFHV}/ ]; then if [ -d fabaccess-bffh-${BFFHV}/ ]; then
sudo rm -rf fabaccess-bffh-${BFFHV}/ #we use sudo because podman will use root permissions sudo rm -rf fabaccess-bffh-${BFFHV}/ #we use sudo because podman will use root permissions
fi fi

View File