mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Config: Fix determining the package size
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user