systemd: packaging: fix wrong paths 28/32628/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 19 Dec 2014 16:17:37 +0000 (17:17 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 19 Dec 2014 16:19:47 +0000 (17:19 +0100)
Change-Id: I5dc607d081ad91d8036479cda5dc678abf04a7cb
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
meta-tizen-common-base/recipes-core/systemd/systemd-extraconf.inc

index a038e48..c4819f9 100644 (file)
@@ -45,9 +45,9 @@ pkg_preinst_${PN}() {
 
 
 
-systemd-dbg_files += "${systemd_unitdir}/.debug"
+systemd-dbg_files += "/lib/systemd/.debug"
 systemd-dbg_files += "/lib/security/.debug"
-systemd-dbg_files += "${systemd_unitdir}/system-generators/.debug"
+systemd-dbg_files += "/lib/systemd/system-generators/.debug"
 systemd-dbg_files += "/lib/udev/.debug"
 
 FILES_${PN}-dbg += "${systemd-dbg_files}"