diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-18 00:17:21 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-18 00:17:21 +0000 |
commit | 00db8c040e08335a8a42ede66596b6f49275ccce (patch) | |
tree | c6088906fb630fc4b4e7d1af648359bde8e370e7 /packages/libqtaux | |
parent | 11fa945b34ad7d10c14073af9966f274b4cf49ed (diff) |
Fix parse error by adding one or two "'" or '"' removing whitespace behind \...
Diffstat (limited to 'packages/libqtaux')
-rw-r--r-- | packages/libqtaux/libqtaux2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libqtaux/libqtaux2.inc b/packages/libqtaux/libqtaux2.inc index e06882424d..258df26a15 100644 --- a/packages/libqtaux/libqtaux2.inc +++ b/packages/libqtaux/libqtaux2.inc @@ -25,5 +25,5 @@ do_install() { oe_libinstall -so libqtaux2 ${D}${palmtopdir}/lib } -FILES_${PN}=${palmtopdir}/lib +FILES_${PN}="${palmtopdir}/lib" |