diff options
Diffstat (limited to 'packages/lxt/lxt_1.0.bb')
-rw-r--r-- | packages/lxt/lxt_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/lxt/lxt_1.0.bb b/packages/lxt/lxt_1.0.bb index a72df24c95..561d64a2bb 100644 --- a/packages/lxt/lxt_1.0.bb +++ b/packages/lxt/lxt_1.0.bb @@ -11,6 +11,6 @@ SRC_URI = "http://www.xtreefanpage.org/download/lxt-1.0.tgz \ S = "${WORKDIR}/lxt" do_install() { - install -d ${D}/${bindir}/ - install -m 755 -D ${S}/lxt ${D}/${bindir}/lxt + install -d ${D}${bindir}/ + install -m 755 -D ${S}/lxt ${D}${bindir}/lxt } |