Moved over to new BPM file format

This commit is contained in:
2024-10-26 18:04:04 +03:00
parent 66c8dd5f91
commit 7df29661c3
3 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ for pkginfo in ./pkg.inf*; do
done
echo "Creating $type package as $output"
tar -c --owner=0 --group=0 --no-same-owner -zf "$output" "${toCompress[@]}"
tar -c --owner=0 --group=0 --no-same-owner -f "$output" "${toCompress[@]}"
if [ ! -z "$CONVERT" ] && "$CONVERT" && [[ "$type" == "source" ]]; then
args=()