diff options
Diffstat (limited to 'zipsc')
-rw-r--r-- | zipsc/zipsc_0.4.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zipsc/zipsc_0.4.3.oe b/zipsc/zipsc_0.4.3.oe index 80f996dad8..31d0695409 100644 --- a/zipsc/zipsc_0.4.3.oe +++ b/zipsc/zipsc_0.4.3.oe @@ -13,7 +13,7 @@ S = "${WORKDIR}/zipsc_${PV}" inherit palmtop do_install() { - install -m 0755 zipsc Qtopia/opt/QtPalmtop/bin/zipsc + install -m 0755 zipsc Qtopia${palmtopdir}bin/zipsc install -d ${D}/ cp -a Qtopia/* ${D}/ } |