diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-11-15 22:46:44 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2006-11-15 22:46:44 +0000 |
commit | da7c6ec1d33c3159683a9c79734f0dc4e66a4f7c (patch) | |
tree | c7f2a060f75b980efae5728e192b27140d4d1052 | |
parent | 3854f8beecae7b337c84593c8773421867a9ab10 (diff) | |
parent | 3ae2b5d600e024e27ecac781a8692d6f240d8ef4 (diff) |
merge of '2bca6e25fe69490be6f9ac7ad3fa27491ca1298e'
and '3ab6e5380059008d97ce4f94d05e71e71cfc7b2d'
-rw-r--r-- | classes/e.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/e.bbclass b/classes/e.bbclass index 0c3ad2160f..ae8fea0d5d 100644 --- a/classes/e.bbclass +++ b/classes/e.bbclass @@ -31,6 +31,6 @@ do_compile_prepend() { find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:' } -PACKAGES = "${PN}-dbg ${PN}${PN}-themes" +PACKAGES = "${PN}-dbg ${PN} ${PN}-themes" FILES_${PN} = "${libdir}/lib*.so*" FILES_${PN}-themes = "${datadir}/${PN}/themes ${datadir}/${PN}/data ${datadir}/${PN}/fonts ${datadir}/${PN}/pointers ${datadir}/${PN}/images ${datadir}/${PN}/users ${datadir}/${PN}/images ${datadir}/${PN}/styles" |