diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-12-22 12:54:57 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-12-22 12:54:57 +0000 |
commit | fa0d16a86bcf5c32626dc116ba82651b4d050e53 (patch) | |
tree | 7e76a49dfa3e2c0662bdfb492dea016d2d49d181 | |
parent | 51bcdb363ffda7ad2857f170c0042fb3c2ffc367 (diff) | |
download | openembedded-core-fa0d16a86bcf5c32626dc116ba82651b4d050e53.tar.gz openembedded-core-fa0d16a86bcf5c32626dc116ba82651b4d050e53.tar.bz2 openembedded-core-fa0d16a86bcf5c32626dc116ba82651b4d050e53.zip |
Fix packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1083 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb index c813d2b60d..567ab03709 100644 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb @@ -9,4 +9,5 @@ S = "${WORKDIR}/matchbox-sato" inherit autotools pkgconfig +FILES_${PN} += "${datadir}/themes" |