diff options
-rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb index 8624c16532..7279cfb67f 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb | |||
@@ -34,7 +34,8 @@ FTPGROUP = "ftp" | |||
34 | 34 | ||
35 | do_install () { | 35 | do_install () { |
36 | oe_runmake DESTDIR=${D} install | 36 | oe_runmake DESTDIR=${D} install |
37 | rmdir ${D}${libexecdir} ${D}${libdir}/proftpd ${D}${datadir}/locale | 37 | rmdir ${D}${libdir}/proftpd ${D}${datadir}/locale |
38 | [ -d ${D}${libexecdir} ] && rmdir ${D}${libexecdir} | ||
38 | sed -i '/ *User[ \t]*/s/ftp/${FTPUSER}/' ${D}${sysconfdir}/proftpd.conf | 39 | sed -i '/ *User[ \t]*/s/ftp/${FTPUSER}/' ${D}${sysconfdir}/proftpd.conf |
39 | sed -i '/ *Group[ \t]*/s/ftp/${FTPGROUP}/' ${D}${sysconfdir}/proftpd.conf | 40 | sed -i '/ *Group[ \t]*/s/ftp/${FTPGROUP}/' ${D}${sysconfdir}/proftpd.conf |
40 | install -d ${D}${sysconfdir}/init.d | 41 | install -d ${D}${sysconfdir}/init.d |