aboutsummaryrefslogtreecommitdiffstats
path: root/packages/readline
diff options
context:
space:
mode:
Diffstat (limited to 'packages/readline')
-rw-r--r--packages/readline/readline_4.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/readline/readline_4.3.bb b/packages/readline/readline_4.3.bb
index 32e9d067b9..234d697dfb 100644
--- a/packages/readline/readline_4.3.bb
+++ b/packages/readline/readline_4.3.bb
@@ -26,8 +26,8 @@ do_configure () {
do_install () {
autotools_do_install
# Make install doesn't properly install these
- oe_libinstall -so -C shlib libhistory ${D}/${libdir}
- oe_libinstall -so -C shlib libreadline ${D}/${libdir}
+ oe_libinstall -so -C shlib libhistory ${D}${libdir}
+ oe_libinstall -so -C shlib libreadline ${D}${libdir}
}
do_stage() {