aboutsummaryrefslogtreecommitdiffstats
path: root/ztappy
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 /ztappy
parent3c42de300e1e00b066c679fe2cf93a11cbc9505a (diff)
downloadopenembedded-c7ffbb1b03a9d1aa55f45a6eb25b1d12bcf50dbe.tar.gz
append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two
BKrev: 4069b51bi0pkDQWoVJdPxCUNQKlZOw
Diffstat (limited to 'ztappy')
-rw-r--r--ztappy/ztappy_0.9.1.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/ztappy/ztappy_0.9.1.oe b/ztappy/ztappy_0.9.1.oe
index afb4443072..dfbd215e5a 100644
--- a/ztappy/ztappy_0.9.1.oe
+++ b/ztappy/ztappy_0.9.1.oe
@@ -12,8 +12,8 @@ S = "${WORKDIR}/ztappy"
inherit palmtop
do_install() {
- install -m 0755 ${PN} ${S}/ipk${palmtopdir}bin/${PN}
- install -d ${D}${palmtopdir}
+ install -m 0755 ${PN} ${S}/ipk${palmtopdir}/bin/${PN}
+ install -d ${D}${palmtopdir}/
cp -a ipk/opt/* ${D}/opt
}