mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
3e54fabd9d
Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
14 lines
310 B
Diff
14 lines
310 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -119,10 +119,8 @@ 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)
|