diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb index 1d9d75b6be..27f605a68f 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | |||
| @@ -98,6 +98,15 @@ DISABLE_STATIC = "" | |||
| 98 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 98 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
| 99 | 99 | ||
| 100 | do_install_append() { | 100 | do_install_append() { |
| 101 | for section in 1 5 7; do | ||
| 102 | install -d ${D}${mandir}/man$section | ||
| 103 | install -m 0644 ctdb/doc/*.$section ${D}${mandir}/man$section | ||
| 104 | done | ||
| 105 | for section in 1 5 7 8; do | ||
| 106 | install -d ${D}${mandir}/man$section | ||
| 107 | install -m 0644 docs/manpages/*.$section ${D}${mandir}/man$section | ||
| 108 | done | ||
| 109 | |||
| 101 | install -d ${D}${systemd_system_unitdir} | 110 | install -d ${D}${systemd_system_unitdir} |
| 102 | install -m 0644 packaging/systemd/*.service ${D}${systemd_system_unitdir} | 111 | install -m 0644 packaging/systemd/*.service ${D}${systemd_system_unitdir} |
| 103 | sed -i 's,\(ExecReload=\).*\(/kill\),\1${base_bindir}\2,' ${D}${systemd_system_unitdir}/*.service | 112 | sed -i 's,\(ExecReload=\).*\(/kill\),\1${base_bindir}\2,' ${D}${systemd_system_unitdir}/*.service |
