From 3bfed1012b84539c37f827c6626e459d820387ae Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 27 Mar 2004 14:46:55 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into allanon.vanille.de:/usr/local/projects/oe-packages 2004/03/27 15:46:46+01:00 vanille.de!mickey /opt/QtPalmtop/ ==> ${palmtopdir} BKrev: 406593dfsCKZkIBjxUpsmUIQNX4aHA --- 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 c98011f819..00fd0af010 100644 --- a/phalanx/phalanx_22.oe +++ b/phalanx/phalanx_22.oe @@ -10,14 +10,14 @@ S = "${WORKDIR}/Phalanx-XXII" inherit autotools -FILES_phalanx = "/opt/QtPalmtop/chess/engines/Phalanx" +FILES_phalanx = "${palmtopdir}chess/engines/Phalanx" do_install() { - install -d ${D}/opt/QtPalmtop/chess/engines/Phalanx - install -D -m 755 phalanx ${D}/opt/QtPalmtop/chess/engines/Phalanx/phalanx - install -D -m 755 pbook.phalanx ${D}/opt/QtPalmtop/chess/engines/Phalanx/pbook.phalanx - >${D}/opt/QtPalmtop/chess/engines/Phalanx/sbook.phalanx - >${D}/opt/QtPalmtop/chess/engines/Phalanx/learn.phalanx - install -D -m 755 ${FILESDIR}/capabilities ${D}/opt/QtPalmtop/chess/engines/Phalanx/capabilities - install -D -m 755 ${FILESDIR}/description ${D}/opt/QtPalmtop/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