e2d4838929
conflicts (bsc#1235788); OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=211
12 lines
326 B
Diff
12 lines
326 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -118,7 +118,7 @@ endif
|
|
SUBDIRS = contrib
|
|
|
|
install-exec-hook: install-sbinPROGRAMS
|
|
- (cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
|
|
+ (mkdir -p $(DESTDIR)$(ROOTSBINDIR) && cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
|
|
|
|
install-data-hook:
|
|
if CONFIG_MAN
|