summaryrefslogtreecommitdiff
path: root/patcher/patcher_1.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'patcher/patcher_1.0.oe')
-rw-r--r--patcher/patcher_1.0.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/patcher/patcher_1.0.oe b/patcher/patcher_1.0.oe
index f2c5724502..b5cda68409 100644
--- a/patcher/patcher_1.0.oe
+++ b/patcher/patcher_1.0.oe
@@ -17,8 +17,8 @@ do_stage() {
}
do_install() {
- install -d ${D}/usr/bin
- install -m 0755 ${DL_DIR}/patcher ${D}/usr/bin
+ install -d ${D}${bindir}
+ install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
}
DEPENDS_prepend_delete="patcher "