diff options
| -rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb index c9dffeeb26..b6fd4b2e11 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb | |||
| @@ -99,6 +99,11 @@ do_install () { | |||
| 99 | -e 's,@SYSCONFDIR@,${sysconfdir},g' \ | 99 | -e 's,@SYSCONFDIR@,${sysconfdir},g' \ |
| 100 | -e 's,@SBINDIR@,${sbindir},g' \ | 100 | -e 's,@SBINDIR@,${sbindir},g' \ |
| 101 | -i ${D}${systemd_unitdir}/system/*.service | 101 | -i ${D}${systemd_unitdir}/system/*.service |
| 102 | |||
| 103 | sed -e 's|--sysroot=${STAGING_DIR_HOST}||g' \ | ||
| 104 | -e 's|${STAGING_DIR_NATIVE}||g' \ | ||
| 105 | -e 's|-fdebug-prefix-map=[^ ]*||g' \ | ||
| 106 | -i ${D}/${bindir}/prxs | ||
| 102 | } | 107 | } |
| 103 | 108 | ||
| 104 | INITSCRIPT_NAME = "proftpd" | 109 | INITSCRIPT_NAME = "proftpd" |
