mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
paks: fix meta size entry
remove the doublequotes around the size because pakfire not accept this. fixes: #12348 Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -283,7 +283,7 @@ define PAK
|
||||
-e "s/VER/$(VER)/g" \
|
||||
-e "s/RELEASE/$(PAK_VER)/g" \
|
||||
-e "s/DEPS/$(DEPS)/g" \
|
||||
-e "s/SIZE/$$(stat --format=\"%s\" /install/packages/$(PROG)-$(VER)-$(PAK_VER).ipfire)/g" \
|
||||
-e "s/SIZE/$$(stat --format=%s /install/packages/$(PROG)-$(VER)-$(PAK_VER).ipfire)/g" \
|
||||
< /usr/src/src/pakfire/meta > /install/packages/meta-$(PROG)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user