diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 17:57:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 17:57:47 +0000 |
commit | c7ffbb1b03a9d1aa55f45a6eb25b1d12bcf50dbe (patch) | |
tree | ccb79f8dd271e99ce59cacb66919434e06aadea3 /puzz-le | |
parent | 3c42de300e1e00b066c679fe2cf93a11cbc9505a (diff) |
append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two
BKrev: 4069b51bi0pkDQWoVJdPxCUNQKlZOw
Diffstat (limited to 'puzz-le')
-rw-r--r-- | puzz-le/puzz-le_2.0.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puzz-le/puzz-le_2.0.0.oe b/puzz-le/puzz-le_2.0.0.oe index d0485c2dca..c4d4a9d8a8 100644 --- a/puzz-le/puzz-le_2.0.0.oe +++ b/puzz-le/puzz-le_2.0.0.oe @@ -13,7 +13,7 @@ S = "${WORKDIR}/puzzle_arm" inherit palmtop do_install() { - install -m 0755 puzz-le Qtopia${palmtopdir}bin/puzz-le + install -m 0755 puzz-le Qtopia${palmtopdir}/bin/puzz-le install -d ${D}/ cp -a Qtopia/* ${D}/ } |