[openwrt/openwrt] include/package-pack: remove whitespace for Description info for APK
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 24 03:47:40 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/abeaf8df5c8ad486d2beb110d87cb511fb5cd831
commit abeaf8df5c8ad486d2beb110d87cb511fb5cd831
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Thu Oct 24 12:45:36 2024 +0200
include/package-pack: remove whitespace for Description info for APK
Remove whitespace for Description info for .apk creation
Fixes: b6bbc76c0b2a ("include/package-pack: set missing Description on .apk creation")
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
include/package-pack.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/package-pack.mk b/include/package-pack.mk
index a6ba9ca37c..9a284e05d4 100644
--- a/include/package-pack.mk
+++ b/include/package-pack.mk
@@ -339,7 +339,7 @@ else
$(FAKEROOT) $(STAGING_DIR_HOST)/bin/apk mkpkg \
--info "name:$(1)$$(ABIV_$(1))" \
--info "version:$(VERSION)" \
- --info "description: $$(strip $$(Package/$(1)/description))" \
+ --info "description:$$(strip $$(Package/$(1)/description))" \
--info "arch:$(PKGARCH)" \
--info "license:$(LICENSE)" \
--info "origin:$(SOURCE)" \
More information about the lede-commits
mailing list