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