You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
310 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -119,10 +119,8 @@ endif
  4. SUBDIRS = contrib
  5. install-exec-hook:
  6. - (cd $(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
  7. install-data-hook:
  8. - (cd $(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
  9. uninstall-hook:
  10. (cd $(ROOTSBINDIR) && rm -f $(ROOTSBINDIR)/mount.smb3)