diff mbox series

[meta-webserver,v1,1/2] cockpit: Fix cockpit-askpass path

Message ID 20231109093151.101752-1-dse@thaumatec.com
State Under Review
Headers show
Series [meta-webserver,v1,1/2] cockpit: Fix cockpit-askpass path | expand

Commit Message

Daniel Semkowicz Nov. 9, 2023, 9:31 a.m. UTC
Non-existing variable was used as a prefix for 'cockpit-askpass'.
Fix the path, so the binary will be correctly installed
in 'cockpit-bridge' package.

Fortunately, even with incorrect path, this binary was "caught"
by the main 'cockpit' package, so it was always installed in the final
image.

Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
---
 meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb
index 262302424..39dbec54e 100644
--- a/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb
+++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb
@@ -119,7 +119,7 @@  FILES:${PN}-apps = "${datadir}/cockpit/apps"
 
 FILES:${PN}-bridge = " \
     ${bindir}/cockpit-bridge \
-    ${libexec}/cockpit-askpass \
+    ${libexecdir}/cockpit-askpass \
 "
 RDEPENDS:${PN}-bridge = ""