summaryrefslogtreecommitdiff
path: root/txdrug/txdrug_0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'txdrug/txdrug_0.1.oe')
-rw-r--r--txdrug/txdrug_0.1.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe
index c604567bb2..77069bbcbe 100644
--- a/txdrug/txdrug_0.1.oe
+++ b/txdrug/txdrug_0.1.oe
@@ -14,5 +14,5 @@ inherit palmtop
do_install() {
install -d ${D}
cp -dfR `ls -dp ${FILESDIR}/$u/*|grep -v SCCS` ${D}/$u/
- install -D -m 755 txdrug ${D}/opt/QtPalmtop/bin/txdrug
+ install -D -m 755 txdrug ${D}${palmtopdir}bin/txdrug
}