From c7ffbb1b03a9d1aa55f45a6eb25b1d12bcf50dbe Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 30 Mar 2004 17:57:47 +0000 Subject: append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two BKrev: 4069b51bi0pkDQWoVJdPxCUNQKlZOw --- phalanx/phalanx_22.oe | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'phalanx') 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 } -- cgit v1.2.3