summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb')
-rw-r--r--meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb5
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 c9dffeeb2..b6fd4b2e1 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
104INITSCRIPT_NAME = "proftpd" 109INITSCRIPT_NAME = "proftpd"