summaryrefslogtreecommitdiff
path: root/packages/qte/qte-common_2.3.10.inc
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-02-28 12:58:30 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-02-28 12:58:30 +0000
commit451d60a2572fceff010ec887951c05548c7dcc1c (patch)
treed5276568e132df52d4d96e61868717ac51f44841 /packages/qte/qte-common_2.3.10.inc
parent18a21d79505d162c24a404b865d03072430ec717 (diff)
parentf66378d955987691415e8f4786f87f92f5303241 (diff)
merge of '452ba8f483cc1f311d5139e2d406dd21e8edcce5'
and '524fc96258564567524a1295bfdf65c2a25da5d7'
Diffstat (limited to 'packages/qte/qte-common_2.3.10.inc')
-rw-r--r--packages/qte/qte-common_2.3.10.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/qte/qte-common_2.3.10.inc b/packages/qte/qte-common_2.3.10.inc
index 5f9c01ba80..9b69b00b48 100644
--- a/packages/qte/qte-common_2.3.10.inc
+++ b/packages/qte/qte-common_2.3.10.inc
@@ -134,13 +134,13 @@ do_compile() {
}
do_stage() {
- rm -rf ${STAGING_DIR}/${HOST_SYS}/qt2
- install -d ${STAGING_DIR}/${HOST_SYS}/qt2/lib
- oe_libinstall -so -C lib lib${PN} ${STAGING_DIR}/${HOST_SYS}/qt2/lib
+ rm -rf ${STAGING_DIR_HOST}/qt2
+ install -d ${STAGING_DIR_HOST}/qt2/lib
+ oe_libinstall -so -C lib lib${PN} ${STAGING_DIR_HOST}/qt2/lib
rm -f include/qxt.h
- install -d ${STAGING_DIR}/${HOST_SYS}/qt2/include
- cp -pfLR include/* ${STAGING_DIR}/${HOST_SYS}/qt2/include
- cp -pPR lib/fonts ${STAGING_DIR}/${HOST_SYS}/qt2/lib/
+ install -d ${STAGING_DIR_HOST}/qt2/include
+ cp -pfLR include/* ${STAGING_DIR_HOST}/qt2/include
+ cp -pPR lib/fonts ${STAGING_DIR_HOST}/qt2/lib/
}
do_install() {