diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-10 04:09:05 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-10 04:09:05 +0000 |
commit | d89a1abf8213fc786482d37e17a6a0561822b8b5 (patch) | |
tree | 3a0b3e04fbbc034e952ced869f24d1a2a830e242 /packages/gawk/gawk_3.1.4.bb | |
parent | c4e70d60a71bd8b06a2f0ff90fc527613c858afc (diff) |
gawk 3.1.4: Remove spurious .debug directories from the main packages.
Diffstat (limited to 'packages/gawk/gawk_3.1.4.bb')
-rw-r--r-- | packages/gawk/gawk_3.1.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gawk/gawk_3.1.4.bb b/packages/gawk/gawk_3.1.4.bb index bf93f7e201..c860454e5f 100644 --- a/packages/gawk/gawk_3.1.4.bb +++ b/packages/gawk/gawk_3.1.4.bb @@ -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" |