[PATH 2/2] cifs-utils: Don't create symlinks for mans if mans are disabled

Pavel Shilovsky piastryyy at gmail.com
Sat Aug 29 00:22:13 UTC 2020


Merged. Thanks!
--
Best regards,
Pavel Shilovsky

пт, 24 янв. 2020 г. в 14:12, Mikhail Novosyolov via samba-technical
<samba-technical at lists.samba.org>:
>
>
> ---
>  Makefile.am | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 09ef293..39ef1c2 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -122,7 +122,9 @@ install-exec-hook:
>      (cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
>
>  install-data-hook:
> -    (cd $(DESTDIR)$(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
> +if CONFIG_MAN
> +    ( cd $(DESTDIR)$(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
> +endif
>
>  uninstall-hook:
>      (cd $(DESTDIR)$(ROOTSBINDIR) && rm -f $(ROOTSBINDIR)/mount.smb3)
>
>



More information about the samba-technical mailing list