Skip to content

Commit

Permalink
include/package-pack: set missing Description on .apk creation
Browse files Browse the repository at this point in the history
Set missing description info on .apk creation. This was probably a TODO
that wasn't notice when the final implementation was pushed.

Fixes: d788ab3 ("build: add APK package build capabilities")
Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
Ansuel committed Oct 22, 2024
1 parent 1306885 commit b6bbc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/package-pack.mk
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ else
$(FAKEROOT) $(STAGING_DIR_HOST)/bin/apk mkpkg \
--info "name:$(1)$$(ABIV_$(1))" \
--info "version:$(VERSION)" \
--info "description:" \
--info "description: $$(strip $$(Package/$(1)/description))" \
--info "arch:$(PKGARCH)" \
--info "license:$(LICENSE)" \
--info "origin:$(SOURCE)" \
Expand Down

0 comments on commit b6bbc76

Please sign in to comment.