Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 2f27bf7d4e00ddd341271c5c0a0dc78d > files > 1

cifs-utils-6.11-2.1.mga8.src.rpm

--- cifs-utils-6.11/Makefile.am.orig	2020-09-23 15:39:52.913624213 -0400
+++ cifs-utils-6.11/Makefile.am	2020-09-23 15:40:17.223549190 -0400
@@ -117,13 +117,3 @@ CLEANFILES += $(rst_man_pages)
 endif
 
 SUBDIRS = contrib
-
-install-exec-hook:
-	(cd $(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
-
-install-data-hook:
-	(cd $(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
-
-uninstall-hook:
-	(cd $(ROOTSBINDIR) && rm -f $(ROOTSBINDIR)/mount.smb3)
-	(cd $(man8dir) && rm -f $(man8dir)/mount.smb3.8)