diff options
Diffstat (limited to 'packages/vsftpd/vsftpd_2.0.1.bb')
-rw-r--r-- | packages/vsftpd/vsftpd_2.0.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/vsftpd/vsftpd_2.0.1.bb b/packages/vsftpd/vsftpd_2.0.1.bb index dab99a8421..ec25f5ea75 100644 --- a/packages/vsftpd/vsftpd_2.0.1.bb +++ b/packages/vsftpd/vsftpd_2.0.1.bb @@ -12,9 +12,9 @@ do_compile() { } do_install() { - install -d ${D}/usr/sbin - install -d ${D}/usr/share/man/man8 - install -d ${D}/usr/share/man/man5 + install -d ${D}${sbindir} + install -d ${D}${mandir}/man8 + install -d ${D}${mandir}/man5 oe_runmake 'DESTDIR=${D}' install install -d ${D}/${sysconfdir} install -m 0755 ${S}/vsftpd.conf ${D}${sysconfdir}/vsftpd.conf |