17 lines
609 B
Diff
17 lines
609 B
Diff
diff -Nru cifs-utils-6.11.orig/Makefile.am cifs-utils-6.11/Makefile.am
|
|
--- cifs-utils-6.11.orig/Makefile.am 2019-12-19 18:42:38.628068879 +0100
|
|
+++ cifs-utils-6.11/Makefile.am 2019-12-19 18:43:59.762637035 +0100
|
|
@@ -119,10 +119,10 @@
|
|
SUBDIRS = contrib
|
|
|
|
install-exec-hook:
|
|
- (cd $(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
|
|
+ (cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
|
|
|
|
install-data-hook:
|
|
- (cd $(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
|
|
+ (cd $(DESTDIR)$(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
|
|
|
|
uninstall-hook:
|
|
(cd $(ROOTSBINDIR) && rm -f $(ROOTSBINDIR)/mount.smb3)
|