diff options
Diffstat (limited to 'ztappy/ztappy_0.9.1.oe')
-rw-r--r-- | ztappy/ztappy_0.9.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ztappy/ztappy_0.9.1.oe b/ztappy/ztappy_0.9.1.oe index 35348ce203..afb4443072 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/opt/QtPalmtop/bin/${PN} - install -d ${D}/opt/QtPalmtop + install -m 0755 ${PN} ${S}/ipk${palmtopdir}bin/${PN} + install -d ${D}${palmtopdir} cp -a ipk/opt/* ${D}/opt } |