Config: Fix determining the package size

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-09-21 12:24:58 +00:00
parent 9b113b4f2c
commit b5caa92612

View File

@@ -425,7 +425,7 @@ define CREATE_META
echo "Summary: $(SUMMARY)" >> $(2)
echo "ProgVersion: $(VER)" >> $(2)
echo "Release: $(PAK_VER)" >> $(2)
echo "Size: $(shell stat --format=%s $(1))" >> $(2)
echo "Size: $$(stat --format=%s $(1))" >> $(2)
echo "Dependencies: $(DEPS)" >> $(2)
echo "File: $(PROG)-$(VER)-$(PAK_VER).ipfire" >> $(2)
echo "Services: $(SERVICES)" >> $(2)