scripts: warn if subpackage files can not be found

This commit is contained in:
Henrik Grimler 2022-12-27 17:10:16 +01:00
parent 722b02d207
commit db6b2db80b
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ termux_create_debian_subpackages() {
# Add the -L clause to handle relative symbolic links:
mkdir -p "$SUB_PKG_MASSAGE_DIR/$_INCLUDE_DIRSET"
mv "$includeset" "$SUB_PKG_MASSAGE_DIR/$_INCLUDE_DIRSET"
else
echo "WARNING: tried to add $includeset to subpackage, but could not find it"
fi
done
shopt -u globstar extglob