summaryrefslogtreecommitdiff
path: root/zsafe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-03-30 17:57:47 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-03-30 17:57:47 +0000
commitc7ffbb1b03a9d1aa55f45a6eb25b1d12bcf50dbe (patch)
treeccb79f8dd271e99ce59cacb66919434e06aadea3 /zsafe
parent3c42de300e1e00b066c679fe2cf93a11cbc9505a (diff)
append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two
BKrev: 4069b51bi0pkDQWoVJdPxCUNQKlZOw
Diffstat (limited to 'zsafe')
-rw-r--r--zsafe/zsafe_2.1.2.oe10
1 files changed, 5 insertions, 5 deletions
diff --git a/zsafe/zsafe_2.1.2.oe b/zsafe/zsafe_2.1.2.oe
index 93e44c71a3..f8342c9fce 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}${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
+ 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}/Applications
}