diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-24 23:40:01 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-24 23:40:01 +0000 |
commit | c941f6e08891b84a20c1244b50ddba6aabb1f8ac (patch) | |
tree | 73ce98955a2d7fd43075888be909687813b1754b /matchbox-common/matchbox-common_0.8.oe | |
parent | c8913af690b88d61fb1389dc2c3c5ef100a7dc3a (diff) |
Cleanup matchbox-common oe file.
BKrev: 40621c51fPPe80-z36wr9Nz_pg-I3g
Diffstat (limited to 'matchbox-common/matchbox-common_0.8.oe')
-rw-r--r-- | matchbox-common/matchbox-common_0.8.oe | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/matchbox-common/matchbox-common_0.8.oe b/matchbox-common/matchbox-common_0.8.oe index e8fe310f7a..cbb2398033 100644 --- a/matchbox-common/matchbox-common_0.8.oe +++ b/matchbox-common/matchbox-common_0.8.oe @@ -9,7 +9,6 @@ inherit autotools libtool pkgconfig EXTRA_OECONF = "--enable-pda-folders" -FILES_${PN} = \ - ${bindir} \ - ${datadir}/matchbox/vfolders \ - ${datadir}/pixmaps +FILES_${PN} = "${bindir} \ + ${datadir}/matchbox/vfolders \ + ${datadir}/pixmaps" |