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 /phalanx/phalanx_22.oe | |
parent | 3c42de300e1e00b066c679fe2cf93a11cbc9505a (diff) |
append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two
BKrev: 4069b51bi0pkDQWoVJdPxCUNQKlZOw
Diffstat (limited to 'phalanx/phalanx_22.oe')
-rw-r--r-- | phalanx/phalanx_22.oe | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/phalanx/phalanx_22.oe b/phalanx/phalanx_22.oe index 00fd0af010..3fb394bba9 100644 --- a/phalanx/phalanx_22.oe +++ b/phalanx/phalanx_22.oe @@ -10,14 +10,14 @@ S = "${WORKDIR}/Phalanx-XXII" inherit autotools -FILES_phalanx = "${palmtopdir}chess/engines/Phalanx" +FILES_phalanx = "${palmtopdir}/chess/engines/Phalanx" do_install() { - install -d ${D}${palmtopdir}chess/engines/Phalanx - install -D -m 755 phalanx ${D}${palmtopdir}chess/engines/Phalanx/phalanx - install -D -m 755 pbook.phalanx ${D}${palmtopdir}chess/engines/Phalanx/pbook.phalanx - >${D}${palmtopdir}chess/engines/Phalanx/sbook.phalanx - >${D}${palmtopdir}chess/engines/Phalanx/learn.phalanx - install -D -m 755 ${FILESDIR}/capabilities ${D}${palmtopdir}chess/engines/Phalanx/capabilities - install -D -m 755 ${FILESDIR}/description ${D}${palmtopdir}chess/engines/Phalanx/description + install -d ${D}${palmtopdir}/chess/engines/Phalanx + install -D -m 755 phalanx ${D}${palmtopdir}/chess/engines/Phalanx/phalanx + install -D -m 755 pbook.phalanx ${D}${palmtopdir}/chess/engines/Phalanx/pbook.phalanx + >${D}${palmtopdir}/chess/engines/Phalanx/sbook.phalanx + >${D}${palmtopdir}/chess/engines/Phalanx/learn.phalanx + install -D -m 755 ${FILESDIR}/capabilities ${D}${palmtopdir}/chess/engines/Phalanx/capabilities + install -D -m 755 ${FILESDIR}/description ${D}${palmtopdir}/chess/engines/Phalanx/description } |