* cifs: update documentation for sloppy mount option * docs: add closetimeo description * docs: add compress description * checkopts: update it to work with latest kernel version * cifs-utils: add documentation for multichannel and max_channels * cifs-utils: smbinfo: add gettconinfo command * Implement CLDAP Ping to find the closest site * mount.cifs.rst: update section about xattr/acl support * mount.cifs.rst: add missing reference for sssd * getcifsacl, setcifsacl: add missing <endian.h> include for le32toh * getcifsacl, setcifsacl: add missing <linux/limits.h> include for XATTR_SIZE_MAX * cifs-utils: Make automake treat /sbin as exec, not data * pam_cifscreds: fix warning on NULL arg passed to %s in pam_syslog() * cifs.upcall: fix UAF in get_cachename_from_process_env() * cifs-utils: add documentation for acregmax and acdirmax * setcifsacl: Fix uninitialized value. * Use explicit "#!/usr/bin/python3" OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=208
12 lines
326 B
Diff
12 lines
326 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -118,7 +118,7 @@ endif
|
|
SUBDIRS = contrib
|
|
|
|
install-exec-hook: install-sbinPROGRAMS
|
|
- (cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
|
|
+ (mkdir -p $(DESTDIR)$(ROOTSBINDIR) && cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
|
|
|
|
install-data-hook:
|
|
if CONFIG_MAN
|