Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 784833 | Differences between
and this patch

Collapse All | Expand All

(-)cifs-utils-6.11/Makefile.am (-2 / +2 lines)
Lines 120-127 Link Here
120
120
121
install-data-hook:
121
install-data-hook:
122
	(cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
122
	(cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
123
	(cd $(DESTDIR)$(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
123
	(if [ -e $(DESTDIR)$(man8dir) ];then ln -sf mount.cifs.8 mount.smb3.8 ;fi)
124
124
125
uninstall-hook:
125
uninstall-hook:
126
	(cd $(ROOTSBINDIR) && rm -f $(ROOTSBINDIR)/mount.smb3)
126
	(cd $(ROOTSBINDIR) && rm -f $(ROOTSBINDIR)/mount.smb3)
127
	(cd $(man8dir) && rm -f $(man8dir)/mount.smb3.8)
127
	(if [ -e $(man8dir) ];then rm -f $(man8dir)/mount.smb3.8 ;fi)

Return to bug 784833