diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-12-18 13:59:45 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-12-23 10:39:55 +0000 |
commit | 9f82ad09dc612628777be55de83cee04dfbd102b (patch) | |
tree | 62e66c05f50e3934601eb4f831b4e041ff776aab /main/cifs-utils/path-install.patch | |
parent | a6cb909de2b3ce1fbe2cf8791e3cd26772277051 (diff) | |
download | aports-9f82ad09dc612628777be55de83cee04dfbd102b.tar.bz2 aports-9f82ad09dc612628777be55de83cee04dfbd102b.tar.xz |
main/cifs-utils: upgrade to 6.10
Diffstat (limited to 'main/cifs-utils/path-install.patch')
-rw-r--r-- | main/cifs-utils/path-install.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/main/cifs-utils/path-install.patch b/main/cifs-utils/path-install.patch new file mode 100644 index 0000000000..02a464073d --- /dev/null +++ b/main/cifs-utils/path-install.patch @@ -0,0 +1,17 @@ +diff --git a/Makefile.am b/Makefile.am +index fe9cd34..6ab4b01 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -119,10 +119,10 @@ endif + 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) |