summaryrefslogtreecommitdiff
path: root/phalanx/phalanx_22.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-03-27 14:46:55 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-03-27 14:46:55 +0000
commit3bfed1012b84539c37f827c6626e459d820387ae (patch)
tree6e70b5ee4337b1303a58d2a3f3115d8f837f93de /phalanx/phalanx_22.oe
parent2f3290e9534e6cfc3b738854e024bcaba653d432 (diff)
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
Diffstat (limited to 'phalanx/phalanx_22.oe')
-rw-r--r--phalanx/phalanx_22.oe16
1 files changed, 8 insertions, 8 deletions
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
}