apt: fixed packaging of debug files
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 18:23:13 +0000 (20:23 +0200)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 18:23:13 +0000 (20:23 +0200)
packages/apt/apt-package.inc

index 605eb95..2b4f6d5 100644 (file)
@@ -58,7 +58,7 @@ FILES_${PN} = "${bindir}/apt-cdrom ${bindir}/apt-get \
               ${libdir}/apt ${libdir}/libapt*.so.* \
               ${localstatedir} ${sysconfdir} \
               ${libdir}/dpkg"
-FILES_${PN}-dbg += "${libdir}/apt/*/.debug"
+FILES_${PN}-dbg += "${libdir}/apt/*/.debug"
 FILES_${PN}-utils = "${bindir}/apt-sortpkgs ${bindir}/apt-extracttemplates"
 FILES_${PN}-doc = "${@get_files_apt_doc(d, bb, bb.data.getVar('apt-manpages', d, 1))} \
                   ${docdir}/apt"