meta-tizen: systemd: packaging: fix wrong paths
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 19 Dec 2014 16:17:37 +0000 (17:17 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:23:56 +0000 (09:23 -0800)
Change-Id: I5dc607d081ad91d8036479cda5dc678abf04a7cb
(From meta-tizen rev: cecc8884e312422b466a0e6cfb8cfe097bf43cdc)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/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}"