diff options
Diffstat (limited to 'packages/socat/socat_1.3.2.1.bb')
-rw-r--r-- | packages/socat/socat_1.3.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/socat/socat_1.3.2.1.bb b/packages/socat/socat_1.3.2.1.bb index d4fb2c19a5..378ea60729 100644 --- a/packages/socat/socat_1.3.2.1.bb +++ b/packages/socat/socat_1.3.2.1.bb @@ -10,5 +10,5 @@ S = "${WORKDIR}/socat-1.3" inherit autotools do_install_prepend () { - install -d ${D}/${bindir} ${D}/${mandir}/man1 + install -d ${D}${bindir} ${D}${mandir}/man1 } |