diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 17:57:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 17:57:47 +0000 |
commit | c7ffbb1b03a9d1aa55f45a6eb25b1d12bcf50dbe (patch) | |
tree | ccb79f8dd271e99ce59cacb66919434e06aadea3 /klimt | |
parent | 3c42de300e1e00b066c679fe2cf93a11cbc9505a (diff) |
append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two
BKrev: 4069b51bi0pkDQWoVJdPxCUNQKlZOw
Diffstat (limited to 'klimt')
-rw-r--r-- | klimt/klimt_0.6.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klimt/klimt_0.6.1.oe b/klimt/klimt_0.6.1.oe index 0b7e860051..aa4def8ab6 100644 --- a/klimt/klimt_0.6.1.oe +++ b/klimt/klimt_0.6.1.oe @@ -19,6 +19,6 @@ do_stage() { } do_install() { - install -d ${D}${palmtopdir}lib - oe_soinstall ${STAGING_LIBDIR}/libKlimt.so.0.5.1 ${D}${palmtopdir}lib/ + install -d ${D}${palmtopdir}/lib + oe_soinstall ${STAGING_LIBDIR}/libKlimt.so.0.5.1 ${D}${palmtopdir}/lib/ } |