diff options
Diffstat (limited to 'txdrug')
-rw-r--r-- | txdrug/txdrug_0.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe index 77069bbcbe..994d12ed69 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}${palmtopdir}bin/txdrug + install -D -m 755 txdrug ${D}${palmtopdir}/bin/txdrug } |