diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2016-11-30 13:03:58 +0100 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-17 10:54:43 -0500 |
| commit | 07f20aebde543ff2b2e868c48906b15cade062d6 (patch) | |
| tree | 360cfc4f402ef4d67df61794d19b220e093a09db /meta-networking/recipes-connectivity | |
| parent | 2245e5293337981dbdb0155344700ccce083daed (diff) | |
| download | meta-openembedded-07f20aebde543ff2b2e868c48906b15cade062d6.tar.gz | |
samba: install manpages
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
| -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 |
