mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +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/VER/$(VER)/g" \
|
||||||
-e "s/RELEASE/$(PAK_VER)/g" \
|
-e "s/RELEASE/$(PAK_VER)/g" \
|
||||||
-e "s/DEPS/$(DEPS)/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)
|
< /usr/src/src/pakfire/meta > /install/packages/meta-$(PROG)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user