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 /zsafe | |
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 'zsafe')
-rw-r--r-- | zsafe/zsafe_2.1.2.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/zsafe/zsafe_2.1.2.oe b/zsafe/zsafe_2.1.2.oe index ce04c14b84..93e44c71a3 100644 --- a/zsafe/zsafe_2.1.2.oe +++ b/zsafe/zsafe_2.1.2.oe @@ -15,9 +15,9 @@ inherit palmtop QMAKE_PROFILES = "zsafe.pro" do_install() { - install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics/zsafe} - install -D -m 0755 ${PN} ${D}/opt/QtPalmtop/bin/${PN} - install -D -m 0644 ${PN}.png ${D}/opt/QtPalmtop/pics/${PN}.png - cp -a pics/zsafe/*.xpm ${D}/opt/QtPalmtop/pics/zsafe - cp zsafe.desktop ${D}/opt/QtPalmtop/apps/Applications + install -d ${D}${palmtopdir}{bin,apps/Applications,pics/zsafe} + install -D -m 0755 ${PN} ${D}${palmtopdir}bin/${PN} + install -D -m 0644 ${PN}.png ${D}${palmtopdir}pics/${PN}.png + cp -a pics/zsafe/*.xpm ${D}${palmtopdir}pics/zsafe + cp zsafe.desktop ${D}${palmtopdir}apps/Applications } |