diff mbox series

[meta-gnome] gnome-user-share: remove hardcoded paths

Message ID 20240330112159.1837193-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome] gnome-user-share: remove hardcoded paths | expand

Commit Message

Markus Volk March 30, 2024, 11:21 a.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb
index 3ff8f938a..6fc78dd29 100644
--- a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb
@@ -18,7 +18,7 @@  SRCREV = "a0e790aa9494db9d1b1f48b4fc0d2f78e112044d"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= "modules"
-PACKAGECONFIG[httpd] = "-Dhttpd=/usr/sbin/httpd,,,apache2 mod-dnssd"
-PACKAGECONFIG[modules] = "-Dmodules_path=/usr/libexec/apache2/modules"
+PACKAGECONFIG[httpd] = "-Dhttpd=${sbindir}/httpd,,,apache2 mod-dnssd"
+PACKAGECONFIG[modules] = "-Dmodules_path=${libexecdir}/apache2/modules"
 
 FILES:${PN} += "${systemd_user_unitdir}"