diff options
-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" |