diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-27 14:46:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-27 14:46:55 +0000 |
commit | 3bfed1012b84539c37f827c6626e459d820387ae (patch) | |
tree | 6e70b5ee4337b1303a58d2a3f3115d8f837f93de /klimt/klimt_0.6.1.oe | |
parent | 2f3290e9534e6cfc3b738854e024bcaba653d432 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into allanon.vanille.de:/usr/local/projects/oe-packages
2004/03/27 15:46:46+01:00 vanille.de!mickey
/opt/QtPalmtop/ ==> ${palmtopdir}
BKrev: 406593dfsCKZkIBjxUpsmUIQNX4aHA
Diffstat (limited to 'klimt/klimt_0.6.1.oe')
-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 432cb82206..0b7e860051 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}/opt/QtPalmtop/lib - oe_soinstall ${STAGING_LIBDIR}/libKlimt.so.0.5.1 ${D}/opt/QtPalmtop/lib/ + install -d ${D}${palmtopdir}lib + oe_soinstall ${STAGING_LIBDIR}/libKlimt.so.0.5.1 ${D}${palmtopdir}lib/ } |