blob: 98d2d616b7d10da932df71cbcc64ffcf8dfbb44f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- cifs-utils-7.0.orig/Makefile.am 2022-08-11 22:40:15.000000000 +0200
+++ cifs-utils-7.0/Makefile.am 2024-01-04 12:50:47.888452316 +0100
@@ -117,9 +117,6 @@ endif
SUBDIRS = contrib
-install-exec-hook: install-sbinPROGRAMS
- (cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
-
install-data-hook:
if CONFIG_MAN
( cd $(DESTDIR)$(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
|