bolt: package systemd_system_unitdir correctly

* ${libdir}/systemd doesn't work on multilib builds, where libdir might be something
  else than ${nonarch_base_libdir}

  fixes:
  ERROR: QA Issue: lib32-bolt: Files/directories were installed but not shipped in any package:
    /usr/lib/systemd
    /usr/lib/systemd/system
    /usr/lib/systemd/system/bolt.service

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Martin Jansa
2024-07-10 09:10:16 +02:00
committed by Armin Kuster
parent 71a4bda717
commit 41e250fc40
+2 -2
View File
@@ -18,5 +18,5 @@ inherit cmake pkgconfig meson features_check
FILES:${PN} += "${datadir}/dbus-1/* \ FILES:${PN} += "${datadir}/dbus-1/* \
${datadir}/polkit-1/* \ ${datadir}/polkit-1/* \
${libdir}/systemd/* \ ${systemd_system_unitdir} \
" "