gawk 3.1.4: Remove spurious .debug directories from the main packages.
authorJamie Lenehan <lenehan@twibble.org>
Sun, 10 Sep 2006 04:09:05 +0000 (04:09 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sun, 10 Sep 2006 04:09:05 +0000 (04:09 +0000)
packages/gawk/gawk_3.1.4.bb

index bf93f7e..c860454 100644 (file)
@@ -2,11 +2,12 @@ LICENSE = "GPL"
 SECTION = "interpreters"
 DESCRIPTION = "A program that you can use to select particular records in a \
 file and perform operations upon them."
-PR = "r2"
+PR = "r3"
 PACKAGES += "gawk-common pgawk"
 FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk"
-FILES_gawk-common += "${datadir}/awk ${libexecdir}/awk"
+FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/*"
 FILES_pgawk = "${bindir}/pgawk*"
+FILES_${PN}-dbg += "${libexecdir}/awk/.debug"
 RDEPENDS_gawk += "gawk-common"
 RDEPENDS_pgawk += "gawk-common"